Registry / database / memstore

memstore

JSON →
library0.2.0rscratesunverified

An in-memory implementation of the async-raft::RaftStorage trait.

# Cargo.toml [dependencies] memstore = "0.2.0"
INSTALL
IMPORT
SIG · MEMSTORE
M
memstore
databaserustv0.2.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.

MemStore
use memstore::MemStore;

Creates a new in-memory Raft storage.

use memstore::MemStore; fn main() { let store = MemStore::new(); println!("MemStore created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
memstore — cargo add memstore · libregistry