solana-merkle-tree 1.17.26

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

pub mod merkle_tree;
pub use merkle_tree::MerkleTree;