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

#1027 in Database interfaces

Download history 2490/week @ 2024-09-16 3002/week @ 2024-09-23 3077/week @ 2024-09-30 2639/week @ 2024-10-07 2856/week @ 2024-10-14 2299/week @ 2024-10-21 2515/week @ 2024-10-28 2852/week @ 2024-11-04 3124/week @ 2024-11-11 7445/week @ 2024-11-18 2630/week @ 2024-11-25 2669/week @ 2024-12-02 2937/week @ 2024-12-09 2513/week @ 2024-12-16 2379/week @ 2024-12-23 1798/week @ 2024-12-30

9,902 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