countrycode 0.3.0

https://countrycode.org/ ALL COUNTRY CODES
Documentation
1
2
3
4
5
6
7
//
pub mod csv_format;
pub mod record;

pub use csv_format::Records;
pub use csv_format::{RECORDS, RECORDS_ISO2_MAP};
pub use record::Record;