Name Description Size
iso8601.rs Use the well-known [ISO 8601 format] when serializing and deserializing an [`OffsetDateTime`]. Use this module in combination with serde's [`#[with]`][with] attribute. [ISO 8601 format]: https://www.iso.org/iso-8601-date-and-time-format.html [with]: https://serde.rs/field-attrs.html#with 2741
mod.rs Differential formats for serde. 17070
rfc2822.rs Use the well-known [RFC2822 format] when serializing and deserializing an [`OffsetDateTime`]. Use this module in combination with serde's [`#[with]`][with] attribute. [RFC2822 format]: https://tools.ietf.org/html/rfc2822#section-3.3 [with]: https://serde.rs/field-attrs.html#with 2411
rfc3339.rs Use the well-known [RFC3339 format] when serializing and deserializing an [`OffsetDateTime`]. Use this module in combination with serde's [`#[with]`][with] attribute. [RFC3339 format]: https://tools.ietf.org/html/rfc3339#section-5.6 [with]: https://serde.rs/field-attrs.html#with 2411
timestamp.rs Treat an [`OffsetDateTime`] as a [Unix timestamp] for the purposes of serde. Use this module in combination with serde's [`#[with]`][with] attribute. When deserializing, the offset is assumed to be UTC. [Unix timestamp]: https://en.wikipedia.org/wiki/Unix_time [with]: https://serde.rs/field-attrs.html#with 2144
visitor.rs Serde visitor for various types. 11082