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

#222 in Date and time

Download history 1934/week @ 2024-01-07 1895/week @ 2024-01-14 2134/week @ 2024-01-21 2196/week @ 2024-01-28 2294/week @ 2024-02-04 2133/week @ 2024-02-11 2191/week @ 2024-02-18 2070/week @ 2024-02-25 2454/week @ 2024-03-03 2323/week @ 2024-03-10 2621/week @ 2024-03-17 2190/week @ 2024-03-24 2095/week @ 2024-03-31 2018/week @ 2024-04-07 2338/week @ 2024-04-14 2292/week @ 2024-04-21

9,009 downloads per month
Used in 3 crates

MIT license

25KB
434 lines

zoneinfo_compiled 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:

[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

~200–460KB