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 - Non-Hangul canonical compositions
- Decomposition
Data - Decomposition data
- Decomposition
Tables - The expansion tables for cases where the decomposition isn’t contained in the trie value
- NonRecursive
Decomposition Supplement - Non-recursive canonical decompositions that differ from
DecompositionData
. - Normalizer
NfcV1 - Marker for data for composition.
- Normalizer
NfdData V1 - Marker for data for canonical decomposition.
- Normalizer
NfdSupplement V1 - Marker for additional data for non-recusrsive composition.
- Normalizer
NfdTables V1 - Marker for additional data for canonical decomposition.
- Normalizer
Nfkd Data V1 - Marker for data for compatibility decomposition.
- Normalizer
Nfkd Tables V1 - Marker for additional data for compatibility decomposition.
- Normalizer
Uts46 Data V1 - Marker for data for UTS-46 decomposition.