Available on crate features
formatting
or parsing
only.Expand description
The format described in ISO 8601.
Re-exportsยง
#[doc(hidden)] pub use self::adt_hack::DoNotRelyOnWhatThisIs;
pub use self::adt_hack::EncodedConfig;
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 ๐