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
mod cloned_subtree;
mod copied_subtree;
mod moved_subtree;
mod subtree_within;

pub use cloned_subtree::ClonedSubTreeWithin;
pub use copied_subtree::CopiedSubTreeWithin;
pub use moved_subtree::MovedSubTreeWithin;
pub use subtree_within::SubTreeWithin;