This is a library for parsing the Olson zoneinfo database.
This library uses Cargo. Just add tz
as a
dependency in your Cargo.toml
:
toml
[dependencies]
tz = "*"
Or, for the latest development version:
toml
[dependencies]
git = "https://github.com/ogham/rust-tz.git"