rtz 0.7.1

A tool to easily work with geo lookups via a binary, a library, or a server.
Documentation
1
2
3
4
5
6
7
8
9
//! The `tz` module contains the timezone lookup functionality.

pub mod shared;

#[cfg(feature = "tz-ned")]
pub mod ned;

#[cfg(feature = "tz-osm")]
pub mod osm;