Structs§
- Country
Code - A two letter, uppercase country code.
- DbIp
Database - A map of ip range to data derived from a country code.
Enums§
- From
CsvError - 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
.