Module serde

Source
Expand description

Tools to help serializing/deserializing NaiveDateTimes

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

Structs§

NaiveDateTimeVisitor 🔒