Expand description
Serialization/Deserialization with serde.
This module provides default implementations for DateTime
using the RFC 3339 format and various
alternatives for use with serde’s with
annotation.
Available on crate feature ‘serde’ only.
Modules§
- ts_
microseconds - Ser/de to/from timestamps in microseconds
- ts_
microseconds_ option - Ser/de to/from optional timestamps in microseconds
- ts_
milliseconds - Ser/de to/from timestamps in milliseconds
- ts_
milliseconds_ option - Ser/de to/from optional timestamps in milliseconds
- ts_
nanoseconds - Ser/de to/from timestamps in nanoseconds
- ts_
nanoseconds_ option - Ser/de to/from optional timestamps in nanoseconds
- ts_
seconds - Ser/de to/from timestamps in seconds
- ts_
seconds_ option - Ser/de to/from optional timestamps in seconds