Registry / database / storekey

storekey

JSON →
library0.11.0rscratesunverified

Lexicographic sort-order preserving binary encoding format for key-value stores.

# Cargo.toml [dependencies] storekey = "0.11.0"
INSTALL
IMPORT
SIG · STOREKEY
S
storekey
databaserustv0.11.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.

StoreKey
✓ use storekey::StoreKey;

Create a store key.

use storekey::StoreKey; fn main() { let key = StoreKey::new("example"); println!("Store key created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources
storekey — cargo add storekey · libregistry