Crate fmerk
Source pub use tree::Batch;
pub use tree::BatchEntry;
pub use tree::Hash;
pub use tree::Op;
pub use tree::PanicSource;
pub use tree::HASH_LENGTH;
pub use rocksdb;
- owner
- Provides a container type that allows temporarily taking ownership of a value.
- test_utils
- Various helpers useful for tests or benchmarks.
- tree
- The core tree data structure.
- Error
- The
Error
type, which can contain any failure. - Merk
- A handle to a Merkle key/value store backed by RocksDB.
- verify_proof
- Verifies the encoded proof with the given query and expected hash.
- Result