ego-binary-tree 0.1.0

Binary tree API built by wrapping ego-tree.
Documentation
1
2
3
4
mod binary_tree;
mod macros;

pub use crate::binary_tree::{BinaryNodeMut, BinaryNodeRef, BinaryTree};