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. 17536
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
visitor.rs Serde visitor for various types. 11070