Crate db_ip

Source

Structs§

CountryCode
A two letter, uppercase country code.
DbIpDatabase
A map of ip range to data derived from a country code.

Enums§

FromCsvError
Errors that may arise when loading a DbIpDatabase from CSV.
Region
A very broad region id, useful for high-level operations. Roughly corresponds to populated continents.

Traits§

IpData
Data associated with an ip address, derived from a CountryCode.