-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat: implement serde for all the containers #60
base: master
Are you sure you want to change the base?
Conversation
I'm going to block this on figuring out the exact solution for #48 since that may change a bunch of the relevant internals here and I really don't want to complicate that situation more. |
I can revert those affected by #48 until this is fixed |
That's going to be most of the important ones, and plus the changes I do there may also affect other types like the BTreeMaps. I don't think it's worth landing this PR with those things removed. |
I actually prefer if you merge #62 before this PR as it allows me to test serialization/deserialization back-to-back via |
Waiting for #72 so that I can add the tests for all implementations. |
No description provided.