Registry / database / cw-storage

cw-storage

JSON →
library0.2.2rscratesunverified

CosmWasm library with useful helpers for Storage patterns.

# Cargo.toml [dependencies] cw-storage = "0.2.2"
INSTALL
IMPORT
SIG · CW-STORAGE
C
cw-storage
databaserustv0.2.2
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.

Storage
use cw_storage::Storage;

Demonstrates basic key-value storage operations.

use cw_storage::Storage; fn main() { let mut storage = Storage::new(); storage.set(b"key", b"value"); println!("{:?}", storage.get(b"key")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
1
Resources
cw-storage — cargo add cw-storage · libregistry