Available on crate feature
macros
only.Expand description
Macros to construct statically known values.
Macrosยง
- Construct a
Date
with a statically known value. - Construct a
PrimitiveDateTime
orOffsetDateTime
with a statically known value. - format_
description formatting
orparsing
Equivalent of performingformat_description::parse()
at compile time. - Construct a
UtcOffset
with a statically known value. - Construct a
Time
with a statically known value. - Construct a
UtcDateTime
with a statically known value.