Skip to main content

rtzlib/geo/admin/
mod.rs

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