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

#1052 in Database interfaces

Download history 2323/week @ 2024-07-24 2259/week @ 2024-07-31 2177/week @ 2024-08-07 2015/week @ 2024-08-14 1972/week @ 2024-08-21 2742/week @ 2024-08-28 2685/week @ 2024-09-04 2454/week @ 2024-09-11 2507/week @ 2024-09-18 3003/week @ 2024-09-25 3018/week @ 2024-10-02 2660/week @ 2024-10-09 2695/week @ 2024-10-16 2353/week @ 2024-10-23 2605/week @ 2024-10-30 2869/week @ 2024-11-06

10,922 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

~195–460KB