Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Encode and Decode traits from both bincode and bitcode #77

Open
PrismaPhonic opened this issue Mar 19, 2024 · 0 comments

Comments

@PrismaPhonic
Copy link

Bincode and bitcode both have their own Encode and Decode traits that they would prefer users use over serde Serialize and Deserialize.

I would propose that these be implemented with a feature of bincode for the bincode versions and bitcode for the bitcode versions.

I would be happy to design this and send over a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant