geoip2-awdb 0.2.0

Library for reading MaxMind DB format used by GeoIP2 and GeoLite2. Add ability for reading Awdb
Documentation
1
2
3
4
5
6
7
8
9
10
mod decoder;
mod errors;
mod metadata;
pub mod models;
mod reader;

pub use errors::Error;
pub use reader::{
    AnonymousIP, City, ConnectionType, Country, Domain, Enterprise, Reader, ASN, ISP,AwdbCity,
};