Registry / other / cw-storage-plus

cw-storage-plus

JSON →
library3.0.1rscratesunverified

Enhanced storage engines for CosmWasm smart contracts.

# Cargo.toml [dependencies] cw-storage-plus = "3.0.1"
INSTALL
IMPORT
SIG · CW-STORAGE-PLUS
C
cw-storage-plus
otherrustv3.0.1
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.

Item
use cw_storage_plus::Item;

Creates a simple storage item for a CosmWasm contract.

use cw_storage_plus::Item; fn main() { let item: Item<String> = Item::new("my_data"); println!("Storage item created"); }
Debug
Known issues
gotchaDesigned for CosmWasm smart contracts; not intended for general-purpose storage.
fix
Use only within CosmWasm contract development.
affects: >=0.0.0
Upgrade
Version history
3.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
cw-storage-plus — cargo add cw-storage-plus · libregistry