Crates.io | exonum-merkledb |
lib.rs | exonum-merkledb |
version | 1.0.0 |
source | src |
created_at | 2019-08-14 14:35:25.539098 |
updated_at | 2020-03-31 15:45:01.310132 |
description | Persistent storage implementation based on RocksDB which provides APIs to work with Merkelized data structures. |
homepage | https://exonum.com/ |
repository | https://github.com/exonum/exonum |
max_upload_size | |
id | 156771 |
size | 1,033,418 |
MerkleDB is a document-oriented persistent storage which provides APIs to work with merkelized data structures. Under the hood, MerkleDB uses RocksDB as a key-value storage.
Include exonum-merkledb
as a dependency in your Cargo.toml
:
[dependencies]
exonum-merkledb = "1.0.0"
See the description in Exonum docs for a more detailed overview, and the examples for the examples of usage.
exonum-merkledb
is licensed under the Apache License (Version 2.0).
See LICENSE for details.