Module chrono::naive::serde

source ·
Expand description

Serialization/Deserialization of naive types in alternate formats

The various modules in here are intended to be used with serde’s with annotation to serialize as something other than the default RFC 3339 format.

Modules§

  • Used to serialize/deserialize from millisecond-precision timestamps
  • Used to serialize/deserialize from nanosecond-precision timestamps
  • Used to serialize/deserialize from second-precision timestamps