Module icu_normalizer::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
- Non-Hangul canonical compositions
- Marker type for
CanonicalCompositionsV1
: “normalizer/comp@1” - Marker type for
DecompositionDataV1
: “normalizer/nfd@1” - Marker type for
DecompositionTablesV1
: “normalizer/nfdex@1” - Marker type for
DecompositionSupplementV1
: “normalizer/nfkd@1” - Marker type for
DecompositionTablesV1
: “normalizer/nfkdex@1” - Main data for NFD
- Data that either NFKD or the decomposed form of UTS 46 needs in addition to the NFD data.
- The expansion tables for cases where the decomposition isn’t contained in the trie value
- Non-recursive canonical decompositions that differ from
DecompositionDataV1
. - Marker type for
NonRecursiveDecompositionSupplementV1
: “normalizer/decomp@1” - Marker type for
DecompositionSupplementV1
: “normalizer/uts46d@1”
Constants§
- The latest minimum set of keys required by this component.