tree-index 0.5.0

Index a flat-tree
Documentation
/// Returned by `.verified_by()`.
#[derive(Debug, PartialEq)]
pub struct Verification {
  /// Node that verifies the index.
  pub node: usize,
  /// The highest Node found.
  pub top: usize,
}