Module icu_casemap::provider::exception_helpers
source · Expand description
This module contains various types for the header part of casemapping exception data
This is both used in datagen to decode ICU4C’s data, and natively in ICU4X’s own data model.
ExceptionBits
is the bag of bits associated with exceptions, and SlotPresence
marks the presence or absence of various “slots” in a given exception.
The exceptions_builder
module of this crate handles decoding ICU4C data using the exception
header, and crate::provider::exceptions
handles.
Structs§
- A bunch of bits associated with each exception.
- The bitflags on an exception header.
- Packed slot presence marker
Enums§
- The different slots that may be present in slot-based exception data