cosmwasm-std 3.0.1

Standard library for Wasm based smart contracts on Cosmos blockchains
Documentation
1
2
3
4
5
6
7
8
9
//!
//! # ⚠ DO NOT DEPEND ON THIS AS AN OUTSIDE CONSUMER
//!
//! **THIS MODULE IS SEMVER EXEMPT AND ONLY MEANT TO SHARE TYPES BETWEEN CORE AND STD**
//!
//! Module for re-exporting implementation details from `core` to `std`
//!

pub use crate::__internal__forward_ref_partial_eq as forward_ref_partial_eq;