cosmwasm-std 0.16.0

Standard library for Wasm based smart contracts on Cosmos blockchains
Documentation
# cosmwasm

[![cosmwasm-std on crates.io](https://img.shields.io/crates/v/cosmwasm-std.svg)](https://crates.io/crates/cosmwasm-std)

The standard library for building CosmWasm smart contracts. Code in this package
is compiled into the smart contract.

## License

This package is part of the cosmwasm repository, licensed under the Apache
License 2.0 (see [NOTICE](https://github.com/CosmWasm/cosmwasm/blob/main/NOTICE)
and [LICENSE](https://github.com/CosmWasm/cosmwasm/blob/main/LICENSE)).