Module icu_timezone::ids
source · Structs§
- A mapper between IANA time zone identifiers and BCP-47 time zone identifiers.
- A borrowed wrapper around the time zone ID mapper, returned by
TimeZoneIdMapper::as_borrowed()
. More efficient to query. - A mapper that supplements
TimeZoneIdMapper
with about 8 KB of additional data to improve the performance of canonical IANA ID lookup. - A borrowed wrapper around the time zone ID mapper, returned by
TimeZoneIdMapperWithFastCanonicalization::as_borrowed()
. More efficient to query.