Module icu_timezone::provider::names
source · Expand description
🚧 [Unstable] Property names-related data for this component
🚧 This code is considered unstable; it may change at any time, in breaking or non-breaking ways,
including in SemVer minor releases. While the serde representation of data structs is guaranteed
to be stable, their Rust representation might not be. Use with caution.
Read more about data providers: icu_provider
Structs§
- A mapping from IANA time zone identifiers to BCP-47 time zone identifiers.
- Marker type for
Bcp47ToIanaMapV1
: “time_zone/bcp47_to_iana@1” - A mapping from lowercase IANA time zone identifiers to BCP-47 time zone identifiers.
- Marker type for
IanaToBcp47MapV1
: “time_zone/iana_to_bcp47@1” - A mapping from normal-case IANA time zone identifiers to BCP-47 time zone identifiers.
- Marker type for
IanaToBcp47MapV2
: “time_zone/iana_to_bcp47@2”