Crates.io | memory-db |
lib.rs | memory-db |
version | 0.32.0 |
source | src |
created_at | 2019-01-22 09:45:22.707684 |
updated_at | 2023-03-14 15:23:44.331367 |
description | In-memory implementation of hash-db, useful for tests |
homepage | |
repository | https://github.com/paritytech/trie |
max_upload_size | |
id | 109964 |
size | 23,562 |
MemoryDB is a reference counted memory-based HashDB
implementation backed by a HashMap
.