zoneinfo_compiled

Library for parsing compiled zoneinfo files

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
Download history 2405/week @ 2024-06-15 2074/week @ 2024-06-22 2097/week @ 2024-06-29 1987/week @ 2024-07-06 2378/week @ 2024-07-13 2349/week @ 2024-07-20 2084/week @ 2024-07-27 2465/week @ 2024-08-03 2040/week @ 2024-08-10 1886/week @ 2024-08-17 2623/week @ 2024-08-24 2577/week @ 2024-08-31 2538/week @ 2024-09-07 2421/week @ 2024-09-14 2799/week @ 2024-09-21 2413/week @ 2024-09-28

10,576 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–455KB