# merkle_test > If you find this by chance you will not find anything interesting here, its just test task ## Usage * Documentation: [docs.rs](https://docs.rs/merkle_test) * Test: `cargo test` * Bench: `rustup run nightly cargo bench` ## TODO * Find Merkle tree test vectors and test with then * Compare performance with other implementations * Adding hashes to tree as pointer (zero-copy)