1#![allow(clippy::integer_arithmetic)] 2 3#[cfg(target_os = "solana")] 4#[macro_use] 5extern crate matches; 6 7pub mod merkle_tree; 8pub use merkle_tree::MerkleTree;