orx-tree 2.2.0

A beautiful tree 🌳 with convenient, efficient, parallelizable growth, mutation and traversal features.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod cloned_subtree;
mod copied_subtree;
mod moved_subtree;
mod subtree;
mod tree_as_subtree;

pub use cloned_subtree::ClonedSubTree;
pub use copied_subtree::CopiedSubTree;
pub use moved_subtree::MovedSubTree;
pub use subtree::SubTree;
pub(crate) use subtree::sealed::SubTreeCore;