Expand description
Lower-level, power-user APIs for formatting datetimes with pattern strings.
❗ This module forgoes most internationalization functionality of the datetime crate.
It assumes that the pattern is already localized for the customer’s locale. Most clients
should use DateTimeFormatter
instead of directly formatting with patterns.
Structs§
- A pattern for formatting a datetime in a calendar.
- A formatter for a specific
DateTimePattern
. - A pattern that has been interpolated and implements
TryWriteable
. - A low-level type that formats datetime patterns with localized names. The calendar should be chosen at compile time.
Enums§
- Error returned from
TypedDateTimeNames
’s pattern load methods.