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§
Structs§
- Marker type for
ListFormatterPatternsV1
: “list/and@1” - Baked data
- A pattern that can behave conditionally on the next element.
- Symbols and metadata required for
ListFormatter
. - A pattern containing two numeric placeholders (“{0}, and {1}.”)
- Marker type for
ListFormatterPatternsV1
: “list/or@1” - A serde-compatible version of regex_automata::dfa::sparse::DFA. This does not implement [
serde::Deserialize
] directly, as binary deserialization is not supported in big-endian platforms.Self::maybe_deserialize
can be used to deserialize toOption<SerdeDFA>
. - The special case of a
ConditionalListJoinerPattern
- Marker type for
ListFormatterPatternsV1
: “list/unit@1”