tz 0.2.1

Library for parsing zoneinfo files
Documentation

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:

[dependencies]
tz = "*"

Or, for the latest development version:

[dependencies]
git = "https://github.com/ogham/rust-tz.git"