-
Notifications
You must be signed in to change notification settings - Fork 21
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 #38
Comments
Yeah, it's very much on the cards! My other trie ( I'm on vacation at the moment, and probably wouldn't get around to it for 2-3 weeks. Do you feel like giving it a shot in the meantime? |
I'm not sure if I'm knowledgeable enough to do it, but I'll see if I can give it a shot this weekend. Have a nice vacation! |
Actually seem to have got it working by copying the Would need to somehow sort the key iterator, hm. |
Ah, I can just pass the same instance of Edit: Erhm, nevermind, I got confused by other issues. I blame my insomnia! Still unsure how to get a consistent test suite run for iterating over the hashmap, hm. |
So, I worked around the |
... And after fighting with Serde to get the deserialization implementaiton working for a few hours, I now realize that the auto-derived ones work just fine. sigh. Edit: Is there any particular reason that |
The |
This crate is pretty much exactly what I could really use for a project of mine, but I'd need to easily be able to serialize it to disk in a portable way. Is there any chance of a serde serialization implementation happening?
The text was updated successfully, but these errors were encountered: