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
- Baked data
- Canonical
Compositions V1 - Non-Hangul canonical compositions
- Canonical
Compositions V1Marker - Marker type for
CanonicalCompositionsV1
: “normalizer/comp@1” - Canonical
Decomposition Data V1Marker - Marker type for
DecompositionDataV1
: “normalizer/nfd@1” - Canonical
Decomposition Tables V1Marker - Marker type for
DecompositionTablesV1
: “normalizer/nfdex@1” - Compatibility
Decomposition Supplement V1Marker - Marker type for
DecompositionSupplementV1
: “normalizer/nfkd@1” - Compatibility
Decomposition Tables V1Marker - Marker type for
DecompositionTablesV1
: “normalizer/nfkdex@1” - Decomposition
Data V1 - Main data for NFD
- Decomposition
Supplement V1 - Data that either NFKD or the decomposed form of UTS 46 needs in addition to the NFD data.
- Decomposition
Tables V1 - The expansion tables for cases where the decomposition isn’t contained in the trie value
- NonRecursive
Decomposition Supplement V1 - Non-recursive canonical decompositions that differ from
DecompositionDataV1
. - NonRecursive
Decomposition Supplement V1Marker - Marker type for
NonRecursiveDecompositionSupplementV1
: “normalizer/decomp@1” - Uts46
Decomposition Supplement V1Marker - Marker type for
DecompositionSupplementV1
: “normalizer/uts46d@1”