Crates.io | dendron |
lib.rs | dendron |
version | 0.1.5 |
source | src |
created_at | 2022-04-29 13:53:39.595307 |
updated_at | 2022-12-11 14:10:00.919958 |
description | Generic tree data structure |
homepage | |
repository | https://gitlab.com/nop_thread/dendron |
max_upload_size | |
id | 577370 |
size | 417,621 |
Generic tree data structure.
feature | dendron |
rctree |
indextree |
---|---|---|---|
root node does not have siblings | yes | no | no |
reference to any node preserves entire tree | yes | no | no |
no "strong invalid node reference" | yes | yes | no |
multithreading support | partial | no | yes |
efficient indexed access to a child | no | no | no |
In short, you will prefer dendron
especially when you are manipulating
DOM-like structure, for example:
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.