After countless hours spread over multiple months, I am happy to announce the addition of a `Timestamp` type to the `time` crate. It is a highly-optimized representation of a moment in time with nanosecond precision, fully interoperability with all existing types and the standard library.
In order to land this, I redesigned parts of value formatting to ensure conversions were not performed unnecessarily. This gave performance benefits to other types as well!






