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
mod ancestors;
mod children_mut;
mod custom_walk;

pub use ancestors::AncestorsIterPtr;
pub use children_mut::ChildrenMutIter;
pub use custom_walk::CustomWalkIterPtr;