Module icu_casemap::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
Modules§
- The primary per-codepoint casefolding data
- This module contains various types for the header part of casemapping exception data
- This is the main module pertaining to casemapping exceptions.
- unfold 🔒Data for reverse folding
Structs§
- Baked data
- Reverse case folding data. Maps from multi-character strings back to code-points that fold to those strings.
- Marker type for
CaseMapUnfoldV1
: “props/casemap_unfold@1” - This type contains all of the casemapping data
- Marker type for
CaseMapV1
: “props/casemap@1”