solana-merkle-tree 1.14.13

Solana Merkle Tree
Documentation
1
2
3
4
5
6
7
8
#![allow(clippy::integer_arithmetic)]

#[cfg(target_os = "solana")]
#[macro_use]
extern crate matches;

pub mod merkle_tree;
pub use merkle_tree::MerkleTree;