rust-tz Build Status

This is a library for parsing the Olson zoneinfo database.

View the Rustdoc

Installation

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"