michaelsproul / rust_radix_trie

Fast generic radix trie implemented in Rust
https://docs.rs/radix_trie/
MIT License
188 stars 33 forks source link

Implement optional serde support #29

Closed roblabla closed 8 years ago

roblabla commented 8 years ago

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).

michaelsproul commented 8 years ago

This is awesome, thanks!

michaelsproul commented 8 years ago

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