5 releases
Uses old Rust 2015
0.5.1 | Apr 1, 2021 |
---|---|
0.5.0 | Apr 7, 2020 |
0.4.8 | Jul 14, 2019 |
0.4.7 | Oct 8, 2017 |
0.4.5 | Sep 30, 2017 |
10,576 downloads per month
Used in 3 crates
25KB
434 lines
zoneinfo_compiled
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:
[dependencies]
datetime = "0.5"
zoneinfo_compiled = "0.5"
The earliest version of Rust that this crate is tested against is Rust v1.31.0.
lib.rs
:
This is a library for parsing compiled zoneinfo files.
Dependencies
~195–455KB