Expand description
Structured datetime pattern types for datagen and the data provider.
🚧 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.
Modules§
- reference
 - Reference 
Patternimplementation intended to follow Unicode specification, and become publicly available for tooling to use for parsing/inspecting/modifying and serialization. - runtime
 - Runtime 
Patternimplementation which is optimized for zero-allocation deserialization and high-performance runtime use inDateTimeFormatter. 
Enums§
- Coarse
Hour Cycle  - Used to represent either H11/H12, or H23. Skeletons only store these hour cycles as H12 or H23.
 - Generic
Pattern Item  - An element of a 
GenericPattern. - Pattern
Error  - A low-level pattern parsing error.
 - Pattern
Item  - An element of a 
Pattern. - Time
Granularity  - The granularity of time represented in a 
Pattern. Ordered from least granular to most granular for comparison.