4 lines
92 B
Rust
4 lines
92 B
Rust
#![allow(clippy::integer_arithmetic)]
|
|
pub mod merkle_tree;
|
|
pub use merkle_tree::MerkleTree;
|