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§
- Aliases
- This alias data is used for locale canonicalization.
- Baked
- Baked data
- Exemplar
Characters Data - A set of characters and strings which share a particular property value.
- Language
StrStr Pair - A triplet of strings with a EncodeAsVarULE implementation.
- Language
StrStr Pair VarULE VarULE
type forLanguageStrStrPair
. SeeLanguageStrStrPair
for documentation.- Likely
Subtags Extended - This likely subtags data is used for full coverage of locales, including ones that don’t otherwise have data in the Common Locale Data Repository (CLDR).
- Likely
Subtags ForLanguage - This likely subtags data is used for the minimize and maximize operations.
- Likely
Subtags ForScript Region - This likely subtags data is used for the minimize and maximize operations.
- Locale
Aliases V1 - Marker for locale alias data.
- Locale
Exemplar Characters Auxiliary V1 - Marker for auxiliary exemplar characters data.
- Locale
Exemplar Characters Index V1 - Marker for index exemplar characters data.
- Locale
Exemplar Characters Main V1 - Marker for main exemplar characters data.
- Locale
Exemplar Characters Numbers V1 - Marker for numbers exemplar characters data.
- Locale
Exemplar Characters Punctuation V1 - Marker for punctuation exemplar characters data.
- Locale
Likely Subtags Extended V1 - Marker for extended data for likely subtags.
- Locale
Likely Subtags Language V1 - Marker for data for likely subtags for languages.
- Locale
Likely Subtags Script Region V1 - Marker for data for likely subtags for scripts and regions.
- Locale
Parents V1 - Marker for locale fallback parents data.
- Locale
Script Direction V1 - Marker for script direction data.
- Parents
- Locale fallback rules derived from CLDR parent locales data.
- Script
Direction - This directionality data is used to determine the script directionality of a locale.
- StrStr
Pair - A pair of strings with a EncodeAsVarULE implementation.
- StrStr
Pair VarULE VarULE
type forStrStrPair
. SeeStrStrPair
for documentation.