cosmwasm-storage 0.9.2

CosmWasm library with useful helpers for Storage patterns
Documentation
[badges.circle-ci]
branch = "master"
repository = "CosmWasm/cosmwasm"

[badges.maintenance]
status = "actively-developed"
[dependencies.cosmwasm-std]
version = "0.9.2"

[dependencies.serde]
default-features = false
features = ["derive", "alloc"]
version = "1.0.103"
[dev-dependencies.snafu]
version = "0.6.3"

[features]
iterator = ["cosmwasm-std/iterator"]

[package]
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
description = "CosmWasm library with useful helpers for Storage patterns"
edition = "2018"
license = "Apache-2.0"
name = "cosmwasm-storage"
repository = "https://github.com/CosmWasm/cosmwasm/tree/master/packages/storage"
version = "0.9.2"