as2org-rs: utility crate for accessing CAIDA AS to organization mapping
This readme is generated from the library's doc comments using cargo-readme. Please refer to the Rust docs website for the full documentation
CAIDA as2org utility.
Data source
- The CAIDA AS Organizations Dataset.
Data structure
As2orgAsInfo:
asn: the AS numbername: the name provide for the individual AS numbercountry_code: the country code of the organization's registration countryorg_id: maps to an organization entryorg_name: the name of the organizationsource: the RIR or NIR database which was contained this entry
Examples
use As2org;
let as2org = new.unwrap;
dbg!;
dbg!;
assert!;
License
MIT