Registry / database / speedb

speedb

JSON →
library0.0.5rscratesunverified

Rust wrapper for Speedb, a high-performance key-value store.

# Cargo.toml [dependencies] speedb = "0.0.5"
INSTALL
IMPORT
SIG · SPEEDB
S
speedb
databaserustv0.0.5
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.

DB
use speedb::DB;

Open a Speedb database and store a key-value pair.

use speedb::DB; fn main() { let db = DB::open_default("/tmp/speedb").unwrap(); db.put(b"key", b"value").unwrap(); println!("Data stored"); }
Debug
Known issues
gotchaRequires Speedb C library to be installed; may need feature flags for compression.
fix
Install Speedb system library or enable 'bundled' feature.
affects: >=0.0.5
Upgrade
Version history
0.0.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
10
Meta
2
Resources
speedb — cargo add speedb · libregistry