Registry / database / memory-db

memory-db

JSON →
library0.34.0rscratesunverified

In-memory implementation of hash-db, useful for tests.

# Cargo.toml [dependencies] memory-db = "0.34.0"
INSTALL
IMPORT
SIG · MEMORY-DB
M
memory-db
databaserustv0.34.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MemoryDB
use memory_db::MemoryDB;

Create an in-memory hash database for testing.

use memory_db::MemoryDB; use hash_db::HashDB; fn main() { let mut db = MemoryDB::new(); println!("In-memory database created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.34.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
memory-db — cargo add memory-db · libregistry