Expand description
A crate for performing GeoIP lookups using the Tor GeoIP database.
Structs§
- Country
Code - A two-letter country code.
- GeoipDb
- A database of IP addresses to country codes.
- Option
Cc - Wrapper for an
Option<
CountryCode
>
that encodesNone
as??
.
Enums§
- Error
- An error type from the tor-geoip crate.
Traits§
- HasCountry
Code - A (representation of a) host on the network which may have a known country code.