patricia_tree
patricia_tree copied to clipboard
is there any plan for serde derive
it is nice to have Serialize and Deserialize trait for patricia tree. it can save the cost of disk for storing and updating(merging patricia tree) .
Sounds interesting. I'll think about how easy (or difficult) implementing the feature is (this or next weekend).
Added the feature in #20.