#component #cosmwasm-std #environment #contract #no-std #symbols #don-t

cosmwasm-core

Components of cosmwasm-std that can be used in no_std environments

1 unstable release

0.0.1 Mar 5, 2024

#88 in #don-t

23 downloads per month

Apache-2.0

3KB

cosmwasm-core

cosmwasm-core on crates.io

This crate contains components of cosmwasm-std that can be used in a no_std environment. All symbols are re-exported by cosmwasm-std, such that contract developers don't need to add this dependency directly. It is recommended to only use cosmwasm-std whenever possible.

License

This package is part of the cosmwasm repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).


lib.rs:

cosmwasm-core contains components of cosmwasm-std that can be used in a no_std environment. All symbols are re-exported by cosmwasm-std, such that contract developers don't need to add this dependency directly. It is recommended to only use cosmwasm-std whenever possible.

No runtime deps