This crate provides macros for storage operations in CosmWasm smart contracts.
- Macros for simplified storage operations in CosmWasm contracts.
- Built-in caching for optimized read operations.
- Auto-generated tests for each macro usage.
item!
: Manages single storage items.map!
: Handles key-value pairs in storage.example_key!
: Utility for defining example keys for non-string or numeric keyed maps for use in generated tests.
Check out tests/it.rs
& run cargo test