Skip to main content

rtzlib/geo/tz/
mod.rs

1//! The `tz` module contains the timezone lookup functionality.
2
3pub mod shared;
4
5#[cfg(feature = "tz-ned")]
6pub mod ned;
7
8#[cfg(feature = "tz-osm")]
9pub mod osm;