Module iso8601

Source
Expand description

Use the well-known ISO 8601 format when serializing and deserializing an OffsetDateTime.

Use this module in combination with serde’s #[with] attribute.

Modules§

option
Use the well-known ISO 8601 format when serializing and deserializing an Option<OffsetDateTime>.

Functions§

deserialize
Deserialize an OffsetDateTime from its ISO 8601 representation.
serialize
Serialize an OffsetDateTime using the well-known ISO 8601 format.