A mapper between IANA time zone identifiers and BCP-47 time zone identifiers.
This mapper supports two-way mapping, but it is optimized for the case of IANA to BCP-47. It also supports normalizing and canonicalizing the IANA strings.
See the Rust documentation for IanaParser for more information.
IanaParser
See the Rust documentation for iter for more information.
iter
See the Rust documentation for parse for more information.
parse
Static
Create a new [IanaParser] using a particular data source
See the Rust documentation for new for more information.
new
A mapper between IANA time zone identifiers and BCP-47 time zone identifiers.
This mapper supports two-way mapping, but it is optimized for the case of IANA to BCP-47. It also supports normalizing and canonicalizing the IANA strings.
See the Rust documentation for
IanaParser
for more information.