chrono icon indicating copy to clipboard operation
chrono copied to clipboard

Bincode 2.0.0 support

Open ashokspeelyaal opened this issue 8 months ago • 2 comments

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?

ashokspeelyaal avatar Jun 04 '24 12:06 ashokspeelyaal