chrono-tz 0.10.4

TimeZone implementations for chrono from the IANA database
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![allow(
    dead_code,
    non_camel_case_types,
    non_snake_case,
    non_upper_case_globals
)]

#[cfg(not(any(feature = "case-insensitive", feature = "filter-by-regex")))]
pub(crate) mod directory;
#[cfg(not(any(feature = "case-insensitive", feature = "filter-by-regex")))]
#[rustfmt::skip]
pub(crate) mod timezones;