A Rust library for tree structure.
Basic_tree provides the basic tree implementation.
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] basic_tree = "*"
this lib is just a personal work, hope it can help you