#component #environment #cosmwasm-std #contract #no-std #dont

cosmwasm-core

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

12 releases (7 stable)

2.2.0 Dec 17, 2024
2.2.0-rc.3 Oct 12, 2024
2.1.5 Dec 10, 2024
2.1.4 Sep 23, 2024
0.0.1 Mar 5, 2024

#2 in #cosmwasm-std

Download history 2255/week @ 2024-09-04 2704/week @ 2024-09-11 2753/week @ 2024-09-18 3625/week @ 2024-09-25 3905/week @ 2024-10-02 3584/week @ 2024-10-09 3922/week @ 2024-10-16 3765/week @ 2024-10-23 3455/week @ 2024-10-30 3372/week @ 2024-11-06 3110/week @ 2024-11-13 2952/week @ 2024-11-20 5199/week @ 2024-11-27 6458/week @ 2024-12-04 7561/week @ 2024-12-11 4174/week @ 2024-12-18

23,805 downloads per month
Used in 178 crates (3 directly)

Apache-2.0

4KB

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).

No runtime deps