orx-tree 2.2.0

A beautiful tree 🌳 with convenient, efficient, parallelizable growth, mutation and traversal features.
Documentation
1
2
3
4
5
6
mod aliases;
mod reclaimer;
mod variant;

pub use aliases::{Binary, BinaryNode, BinaryTree, DaryNode, DaryTree};
pub use variant::Dary;