solana_merkle_tree/
lib.rs

1#![allow(clippy::arithmetic_side_effects)]
2
3pub mod merkle_tree;
4pub use merkle_tree::MerkleTree;