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
//! 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;