Open PrismaPhonic opened 8 months ago
Bincode and bitcode both have their own Encode and Decode traits that they would prefer users use over serde Serialize and Deserialize.
Encode
Decode
Serialize
Deserialize
I would propose that these be implemented with a feature of bincode for the bincode versions and bitcode for the bitcode versions.
bincode
bitcode
I would be happy to design this and send over a PR
Bincode and bitcode both have their own
Encode
andDecode
traits that they would prefer users use over serdeSerialize
andDeserialize
.I would propose that these be implemented with a feature of
bincode
for the bincode versions andbitcode
for the bitcode versions.I would be happy to design this and send over a PR