jiff-tzdb-platform

Crates.iojiff-tzdb-platform
lib.rsjiff-tzdb-platform
version0.1.1
sourcesrc
created_at2024-07-09 00:26:15.834891
updated_at2024-09-07 13:56:12.01009
descriptionThe entire Time Zone Database embedded into your binary for specific platforms.
homepagehttps://github.com/BurntSushi/jiff/tree/master/jiff-tzdb-platform
repositoryhttps://github.com/BurntSushi/jiff
max_upload_size
id1296550
size6,192
Andrew Gallant (BurntSushi)

documentation

https://docs.rs/jiff-tzdb-platform

README

jiff-tzdb-platform

This is an optional dependency of jiff that embeds the entire IANA Time Zone Database into the compiled binary only on specific platforms. Specifically, it embeds the binary TZif for each time zone.

The platforms for which this embeds the data are controlled via the Jiff dependency on this crate. Namely, this crate merely serves as a target dependent proxy. It exists because target specific Cargo features don't exist.

The idea is that this crate is an optional dependency that is enabled by default, but due to its target specific nature, it is only enabled for specific platforms that lack a system copy of the IANA Time Zone Database (i.e., Windows).

Documentation

https://docs.rs/jiff-tzdb-platform

Commit count: 130

cargo fmt