# U-B Simple Merkle Tree A simple Merkle tree implementation in Rust for user/balance storage. ## Features - Create a Merkle tree with user balances - Add balances to the tree - Get the Merkle root - Calculate the size of the tree ## Usage Add this to your `Cargo.toml`: ```toml [dependencies] user-balance-merkle-tree = "0.1.0" ```