Available on crate feature
serde only.Expand description
Differential formats for serde.
Modules
- iso8601
formattingorparsingUse the well-known ISO 8601 format when serializing and deserializing anOffsetDateTime. - rfc2822
formattingorparsingUse the well-known RFC2822 format when serializing and deserializing anOffsetDateTime. - rfc3339
formattingorparsingUse the well-known RFC3339 format when serializing and deserializing anOffsetDateTime. - Treat an
OffsetDateTimeas a Unix timestamp for the purposes of serde.
Macros
- format_description
macrosand (formattingorparsing)Generate a custom serializer and deserializer from the provided string.