| Crates.io | ntree-rs |
| lib.rs | ntree-rs |
| version | 0.1.9 |
| created_at | 2023-06-13 19:17:28.307952+00 |
| updated_at | 2023-09-05 17:05:34.48852+00 |
| description | A mutable n-tree with async support |
| homepage | |
| repository | https://github.com/HectorMRC/ntree-rs |
| max_upload_size | |
| id | 889374 |
| size | 65,274 |
A mutable n-ary tree with async support.
This library provides a simple way to define, mutate and traverse trees of an arbitrary and non-constant arity. In addition, regarding to traversal algorithms, six different implementations are included: the immutable, mutable and owned approaches, as well as the synchronous and asynchronous strategies for each of them.