Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 23:08
· 11 commits to main since this release
ed45164
  • consolidate all functionalities into a single BgpkitCommons instance

Example usage:

use bgpkit_commons::BgpkitCommons;
let mut bgpkit = BgpkitCommons::new();
bgpkit.load_bogons().unwrap();
assert!(bgpkit.bogons_match("23456").unwrap());