Skip to content

V0.4.0

Compare
Choose a tag to compare
@digizeph digizeph released this 25 Oct 05:56
· 558 commits to main since this release
28e7841

Features

  • includes IO libraries to simplify the parsing API
    • reqwest, bzip2, and flate2 (for gzip files) are included as dependency
  • the BgpkitParser::new(path: &str) now takes a path to a data file (can be an URL or a local path), and it automatically handles file reading and ready for iteration afterwards
  • fleshed out the documentation for the library, but still need to work on individual modules.