//! Merkle tree implementations for the `MerkleForge` workspace.
//!
//! This crate will provide binary, sparse, and Patricia Merkle trees built on
//! the shared abstractions from `merkle-core` and hash adapters from
//! `merkleforge-hash`.
pub use BinaryMerkleTree;