-
Notifications
You must be signed in to change notification settings - Fork 25
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 serialization/deserialization #14
Comments
I would be interested in this as well. However, it is not as simple as just adding Also modifying |
I created a branch that introduces serialization support (see here). I will create a PR once the PR for |
@HenningTimm Thanks. I'll make sure the changes go through. Edit: currently bit-set and bit-vec are in feature freeze mode, unfortunately. |
The required changes to |
Fixed in #54 |
It would be useful if
bit_set::BitSet
supported serialization forserde
. Today, if I add aBitSet
to my struct, I get the following compiler errors because codegen can't automatically generate serialization forBitSet
:The text was updated successfully, but these errors were encountered: