uuid
uuid copied to clipboard
Add support for bincode v2.0
Following the latest major release of Bincode, the crate now relies on its own traits (Encode/Decode) it switched away from serde's De/Serialize. This PR is to add a feature flag here to optionally implement these traits on the Uuid structs.
The 2.0 bincode release: https://github.com/bincode-org/bincode/releases/tag/v2.0.0