Module icu_decimal::provider
source · Expand description
🚧 [Unstable] Data provider struct definitions for this ICU4X component.
🚧 This code is considered unstable; it may change at any time, in breaking or non-breaking ways,
including in SemVer minor releases. While the serde representation of data structs is guaranteed
to be stable, their Rust representation might not be. Use with caution.
Read more about data providers: [icu_provider
]
Structs§
- Baked data
- The digits for a given numbering system. This data ought to be stored in the
und
locale with an auxiliary key set to the numbering system code. - Marker type for
DecimalDigitsV1
: “decimal/digits@1” - A stack representation of the strings used in
DecimalSymbolsV2
, i.e. a builder type forDecimalSymbolsStrs
. This type can be obtained from aDecimalSymbolsStrs
theFrom
/Into
traits. - Symbols and metadata required for formatting a
FixedDecimal
. - Marker type for
DecimalSymbolsV2
: “decimal/symbols@2” - A collection of settings expressing where to put grouping separators in a decimal number. For example,
1,000,000
has two grouping separators, positioned along every 3 digits.
Constants§
- The latest minimum set of markers required by this component.