chrono
chrono copied to clipboard
Bincode 2.0.0 support
We use bincode for serializationand store bin files, then deserialize for data access. We try to upgrade to bincode 2.0.0-rc.3, however from bincode 2.0.0+ needs Encode, Decode traits to be implemented.
the trait `Encode` is not implemented for `chrono::DateTime<Utc>`
Any suggestions or workarounds?