tz 0.2.1

Library for parsing zoneinfo files
Documentation
# rust-tz [![Build Status]https://travis-ci.org/ogham/rust-tz.svg?branch=master]https://travis-ci.org/ogham/rust-tz

This is a library for parsing the Olson zoneinfo database.

### [View the Rustdoc]http://datetime.rustdocs.org/tz/


## Installation

This library uses [Cargo](http://crates.io). 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"
```