Skip to content

v0.1.2

Latest
Compare
Choose a tag to compare
@clementwanjau clementwanjau released this 06 Jun 04:13
· 102 commits to master since this release
df10030

Changelog

  • Added support for tree and node hashing.
  • Added ability to traverse the tree.
  • Added support for tree naming for quick distinction when working with multiple trees. The name is optional and is provided when creating the tree. Tree::new(Some("TreeName")).
  • Multiple nodes are now represented by a Nodes type.