Crate fmerk

Source

Re-exports§

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;

Modules§

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.

Structs§

Error
The Error type, which can contain any failure.
Merk
A handle to a Merkle key/value store backed by RocksDB.

Functions§

verify_proof
Verifies the encoded proof with the given query and expected hash.

Type Aliases§

Result