1 2 3 4 5 6 7 8
//! The `geo` module contains the geo lookup functionality. //! //! The intention is that this will expand to support other types of data //! sources, but for now it only supports timezone data. pub mod admin; pub mod shared; pub mod tz;