1//! Easy to use CosmWasm-plus scripting library
2//!
3//! Provides an abstraction over a queue. When the abstraction is used
4//! there are these advantages:
5//! - Fast
6//! - [`Easy`]
7//!
8//! [`Easy`]: http://thatwaseasy.example.com
910mod cw20;
11pub use crate::cw20::CW20;