sile / patricia_tree

A memory-efficient patricia tree implementation written in Rust
MIT License
111 stars 17 forks source link

Add doc about serde and how to use #24

Closed astariul closed 1 year ago

astariul commented 1 year ago

From the doc I could see the Trait Serialize & Deserialize was implemented, but when I was trying to do it in my code, it wasn't working.

Turn out it's because I didn't add the serde feature.


This PR simply improve the documentation, so when people find that PatriciaMap are serializable, they know that they have to add the feature serde.