Registry / database / hashdb

hashdb

JSON →
library0.3.0rscratesunverified

A trait for hash-keyed databases, providing a common interface for key-value storage.

# Cargo.toml [dependencies] hashdb = "0.3.0"
INSTALL
IMPORT
SIG · HASHDB
H
hashdb
databaserustv0.3.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.

HashDB
use hashdb::HashDB;

Implements the HashDB trait for a custom database.

use hashdb::HashDB; struct MyDB; impl HashDB for MyDB { /* ... */ }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
hashdb — cargo add hashdb · libregistry