| Crates.io | vtimezones-rs |
| lib.rs | vtimezones-rs |
| version | 0.3.1 |
| created_at | 2025-07-23 16:35:12.799863+00 |
| updated_at | 2026-01-24 19:01:08.447401+00 |
| description | Provides VTIMEZONE objects for tzdb timezones |
| homepage | https://github.com/lennart-k/vtimezones-rs |
| repository | https://github.com/lennart-k/vtimezones-rs |
| max_upload_size | |
| id | 1765008 |
| size | 19,429,778 |
Provides timezones from the IANA TZDB as VTIMEZONES for the iCalendar format.
Uses the timezone data from https://github.com/eggert/tz/ and https://github.com/libical/vzic for conversion.
Exports
pub static VTIMEZONES: phf::Map<&'static str, &'static str>;
pub const IANA_TZDB_VERSION: &str = "2025b";
This project is not affiliated with any of its dependencies.
make to compile the timezones to icscargo buildThe compilation is not included in build.rs because then gtk (which is a vzic dependency) would need to be available on any machine wanting to compile this crate.
git -C tzdata checkout <new version>IANA_TZDB_VERSION in src/lib.rsIANA_TZDB_VERSION in README.mdmake