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

#1319 in Database interfaces

Download history 7771/week @ 2024-11-16 2651/week @ 2024-11-23 2697/week @ 2024-11-30 2739/week @ 2024-12-07 2647/week @ 2024-12-14 2303/week @ 2024-12-21 2242/week @ 2024-12-28 3062/week @ 2025-01-04 2405/week @ 2025-01-11 2735/week @ 2025-01-18 2131/week @ 2025-01-25 2184/week @ 2025-02-01 2411/week @ 2025-02-08 2315/week @ 2025-02-15 3026/week @ 2025-02-22 2075/week @ 2025-03-01

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