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§
- ts_
microseconds - Used to serialize/deserialize from microsecond-precision timestamps
- ts_
microseconds_ option - Ser/de to/from optional timestamps in microseconds
- ts_
milliseconds - Used to serialize/deserialize from millisecond-precision timestamps
- ts_
milliseconds_ option - Ser/de to/from optional timestamps in milliseconds
- ts_
nanoseconds - Used to serialize/deserialize from nanosecond-precision timestamps
- ts_
nanoseconds_ option - Ser/de to/from optional timestamps in nanoseconds
- ts_
seconds - Used to serialize/deserialize from second-precision timestamps
- ts_
seconds_ option - Ser/de to/from optional timestamps in seconds