ip2location-iso3166-2 0.4.0

IP2Location™ ISO 3166-2 Subdivision Code
Documentation
1
2
3
4
5
6
7
8
//
pub mod csv_format;
pub mod record;

pub use csv_format::Records;
#[cfg(feature = "once_cell")]
pub use csv_format::{RECORDS, RECORDS_CODE_MAP};
pub use record::Record;