Module chrono::serde

source ·
Available on crate feature serde only.
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

Ser/de to/from timestamps in microseconds
Ser/de to/from optional timestamps in microseconds
Ser/de to/from timestamps in milliseconds
Ser/de to/from optional timestamps in milliseconds
Ser/de to/from timestamps in nanoseconds
Ser/de to/from optional timestamps in nanoseconds
Ser/de to/from timestamps in seconds
Ser/de to/from optional timestamps in seconds