Module icu_experimental::relativetime
source · Expand description
Relative time formatting
Re-exports§
pub use options::RelativeTimeFormatterOptions;
Modules§
- Options for configuring
RelativeTimeFormatter
. - Data provider struct definitions for this ICU4X component.
Structs§
- An intermediate structure returned by
RelativeTimeFormatter
. This structure can be consumed viaWriteable
trait to a string or buffer. - A formatter to render locale-sensitive relative time.