Add proc macro package for automatic IndexList<T> implementation#737
Add proc macro package for automatic IndexList<T> implementation#737maurolacy merged 8 commits intoCosmWasm:mainfrom
IndexList<T> implementation#737Conversation
8e1ce60 to
3f29e20
Compare
maurolacy
left a comment
There was a problem hiding this comment.
Thanks for your contribution.
LTGM. Just some docs / comments style suggestions.
|
Seems the code coverage tool is being confused by the macro. We need to solve that before merging. |
Co-authored-by: Mauro Lacy <maurolacy@users.noreply.github.com>
Might we need an additional tarpaulin config flag to cover integration tests? |
Not sure how to address this. Also, please add the new storage-macro package to the README.md, under Utilities. |
This is just because this is a new package, that doesn't have previous runs. Merging now. Adding to README is not needed, because this is a private package. |
This will resolve #736
macrocrate feature oncw-storage-plusis not enabled by default.cw-storage-macrodoesn't need to be published into crate.io because the macro is re-exported incw-storage-pluspackage.