Skip to main content

rtzlib/geo/
mod.rs

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