This library provides tools, structures, and utilities for Merkle tree validation and operations.
cargo build
The best way to understand this library is by generating and viewing the local documentation:
cargo doc --open
This will generate documentation and automatically open it in your default web browser.
To ensure that everything is set up correctly and that the library functions as intended, run
cargo test