Expand description
The format described in ISO 8601.
Modulesยง
- adt_
hack ๐ - Hackery to work around not being able to use ADTs in const generics on stable.
Macrosยง
- define_
assoc_ ๐consts - Define associated constants for
Iso8601
.
Structsยง
Enumsยง
- Date
Kind - Which format to use for the date.
- Formatted
Components - Which components to format.
- Offset
Precision - The precision for the UTC offset.
- Time
Precision - The precision and number of decimal digits present for the time.
Constantsยง
- DATE ๐
- DATE_
TIME ๐ - DATE_
TIME_ ๐OFFSET - DEFAULT ๐
- OFFSET ๐
- PARSING ๐
- TIME ๐
- TIME_
OFFSET ๐
Type Aliasesยง
- Encoded
Config - An encoded
Config
that can be used as a const parameter toIso8601
.