[](https://crates.io/crates/basic_tree)
A Rust library for tree structure.
Basic_tree provides the basic tree implementation.
For now, it only implement a trie tree
Add this to your `Cargo.toml`:
```toml
[dependencies]
basic_tree = "*"
```
this lib is just a personal work, hope it can help you