solana-merkle-tree 1.6.14

Solana Merkle Tree
Documentation
#![allow(clippy::integer_arithmetic)]

#[cfg(target_arch = "bpf")]
#[macro_use]
extern crate matches;

pub mod merkle_tree;
pub use merkle_tree::MerkleTree;