zoneinfocompiled zoneinfo</em>compiled on crates.io Build Status

This is a library for parsing compiled versions of the Olson zoneinfo database.

View the Rustdoc

Installation

This crate works with Cargo. Add the following to your Cargo.toml dependencies section:

toml [dependencies] datetime = "0.5" zoneinfo_compiled = "0.5"

The earliest version of Rust that this crate is tested against is Rust v1.31.0.