Module neo

Source
Expand description

High-level entrypoints for Neo DateTime Formatter

Structsยง

FormattedNeoDate
๐Ÿšง This code is experimental; it may change at any time, in breaking or non-breaking ways, including in SemVer minor releases. It can be enabled with the "experimental" Cargo feature of the icu meta-crate. Use with caution. #3347
FormattedNeoDateTime
๐Ÿšง This code is experimental; it may change at any time, in breaking or non-breaking ways, including in SemVer minor releases. It can be enabled with the "experimental" Cargo feature of the icu meta-crate. Use with caution. #3347
FormattedNeoTime
๐Ÿšง This code is experimental; it may change at any time, in breaking or non-breaking ways, including in SemVer minor releases. It can be enabled with the "experimental" Cargo feature of the icu meta-crate. Use with caution. #3347
NeoDateFormatter
NeoDateFormatter is a formatter capable of formatting dates from any calendar, selected at runtime. For the difference between this and TypedNeoDateFormatter, please read the crate root docs. ๐Ÿ“ This item has a stack size of 512 bytes on the stable toolchain at release date.
NeoDateTimeFormatter
NeoDateTimeFormatter is a formatter capable of formatting dates from any calendar, selected at runtime. For the difference between this and TypedNeoDateFormatter, please read the crate root docs. ๐Ÿ“ This item has a stack size of 632 bytes on the stable toolchain at release date.
NeoFormatter
NeoFormatter is a formatter capable of formatting dates and/or times from a calendar selected at runtime.
NeoTimeFormatter
NeoTimeFormatter can format times of day. It supports both 12-hour and 24-hour formats. ๐Ÿ“ This item has a stack size of 312 bytes on the stable toolchain at release date.
TypedNeoDateFormatter
TypedNeoDateFormatter can format dates from a calendar selected at compile time.
TypedNeoDateTimeFormatter
TypedNeoDateTimeFormatter can format dates with times of day. The dates must be in a calendar system determined at compile time.
TypedNeoFormatter
TypedNeoFormatter is a formatter capable of formatting dates and/or times from a calendar selected at compile time.