-
Notifications
You must be signed in to change notification settings - Fork 48
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
Serialization support #15
Comments
I am very new to Rust. But I would like to help. |
@holocenian Did you end up picking this up? :) |
@jonhoo Your idea is to implement serialization/deserialization for all four data structures exposed by the crate? |
Yeah, that seems reasonable for |
Makes sense. I'll work on that. |
Should we make serialization support option (via a feature)? |
Yes, my inclination would be to make it optional and off by default. |
Fixed in #79 🎉 |
We should add support for
serde::{Serialize, Deserialize}
. The serde docs on custom implementations may be helpful, and thehashbrown
implementation almost certainly will be.The text was updated successfully, but these errors were encountered: