Expand description
Tools for parsing IANA timezone IDs.
Structs§
- A parser between IANA time zone identifiers and BCP-47 time zone identifiers.
- A borrowed wrapper around the time zone ID parser, returned by
IanaParser::as_borrowed()
. More efficient to query. - A parser that supplements
IanaParser
with about 8 KB of additional data to improve the performance of canonical IANA ID lookup. - A borrowed wrapper around the time zone ID parser, returned by
IanaParserExtended::as_borrowed()
. More efficient to query. - The iterator returned by
IanaParserExtendedBorrowed::iter_all()
- The iterator returned by
IanaParserExtendedBorrowed::iter()
- Returned by
IanaParserBorrowed::iter()