Skip to content

id_tree v1.7.0

Compare
Choose a tag to compare
@iwburns iwburns released this 01 Sep 16:15
· 6 commits to master since this release
6d0e5f2

This release adds more serialization/de-serialization support via serde.

We now have derive(Serialize, Deserialize) on NodeId, Node<T>, and Tree<T> (if the serde_support feature is enabled).

Special thanks to @dermetfan for the contributions!