| Crates.io | basic_tree |
| lib.rs | basic_tree |
| version | 0.2.5 |
| created_at | 2019-10-22 07:05:59.620681+00 |
| updated_at | 2019-10-22 07:47:51.77703+00 |
| description | basic tree for rust, for now including only trie |
| homepage | https://crates.io/crates/basic_tree |
| repository | |
| max_upload_size | |
| id | 174608 |
| size | 1,057,467 |
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:
[dependencies]
basic_tree = "*"
this lib is just a personal work, hope it can help you