Crate compact_time

Source
Expand description

64-bit time value with nanosecond precision.

Time values range from 1970-01-01T00:00:00.000000000Z to 2554-07-21T23:34:33.709551615Z.

Structsยง

OutOfRange
Error if values go out of range.
Time
A time value with nanosecond precision.
TimeSource
Source of Time values which are computed asynchronously.