| Crates.io | zoneinfo_compiled |
| lib.rs | zoneinfo_compiled |
| version | 0.5.1 |
| created_at | 2017-09-30 07:45:24.27733+00 |
| updated_at | 2021-04-01 15:43:45.958921+00 |
| description | Library for parsing compiled zoneinfo files |
| homepage | |
| repository | https://github.com/rust-datetime/zoneinfo-compiled/ |
| max_upload_size | |
| id | 33987 |
| size | 28,772 |
This is a library for parsing compiled versions of the Olson zoneinfo database.
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.