Closed roblabla closed 8 years ago
This is awesome, thanks!
I'm aiming to get a new release out to crates.io soon, but the other new features are still in need of testing and documentation. If you have time to help out it would be greatly appreciated :smile:
These are the issues:
https://github.com/michaelsproul/rust_radix_trie/milestone/1
Implements serde serialization/deserialization (mostly a copy paste of serde's hashmap impls, modified to work on tries).
Also adds PartialEq to Trie, required to make it work with serde_test (and besides, it seems useful).