CW-Storage-Plus: Macro helpers for storage-plus
Procedural macros helper for interacting with cw-storage-plus and cosmwasm-storage.
Current features
Auto generate an IndexList impl for your indexes struct.
// <- Add this line right here.
Auto generate the required impls to use a newtype as a key
// <- Add this line right here.
;
// You can now use `TestKey` as a key in `Map`