libtzfile 1.0.2

This low-level library reads the system timezone information files (TZIF) and returns a Rust struct representing the TZfile fields as described in the man page (http://man7.org/linux/man-pages/man5/tzfile.5.html).
Documentation
[dependencies.byteorder]
version = "1"

[dependencies.chrono]
optional = true
version = "0.4"

[dependencies.dirs]
version = "2.0.2"

[features]
with-chrono = ["chrono"]

[package]
authors = ["Nicolas BAUW <nbauw@hotmail.com>"]
categories = ["date-and-time", "parsing"]
description = "This low-level library reads the system timezone information files (TZIF) and returns a Rust struct representing the TZfile fields as described in the man page (http://man7.org/linux/man-pages/man5/tzfile.5.html)."
edition = "2018"
keywords = ["timezone", "tzfiles", "TZIF", "timestamp"]
license = "GPL-3.0"
name = "libtzfile"
readme = "README.md"
repository = "https://github.com/nicolasbauw/rs-tzfile"
version = "1.0.2"