starling 4.0.0

This tree structure is a binary merkle tree with branch compression via split indexes.
Documentation
1
2
3
4
5
6
7
8
/// Holds the `TreeBranch` struct.
pub mod tree_branch;
/// Holds the `TreeData` struct.
pub mod tree_data;
/// Holds the `TreeLeaf` struct.
pub mod tree_leaf;
/// Holds the `TreeNode` struct.
pub mod tree_node;