tz 0.2.1

Library for parsing zoneinfo files
Documentation
  • Coverage
  • 73.97%
    54 out of 73 items documented1 out of 20 items with examples
  • Size
  • Source code size: 19.82 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.89 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ogham

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"