Crates.io | memory-db |
lib.rs | memory-db |
version | 0.34.0 |
created_at | 2019-01-22 09:45:22.707684+00 |
updated_at | 2025-07-11 10:30:41.178184+00 |
description | In-memory implementation of hash-db, useful for tests |
homepage | |
repository | https://github.com/paritytech/trie |
max_upload_size | |
id | 109964 |
size | 42,023 |
MemoryDB is a reference counted memory-based HashDB
implementation backed by a HashMap
.