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

cosmwasm-core

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

10 releases (5 stable)

new 2.2.0-rc.3 Oct 12, 2024
2.2.0-rc.2 Oct 7, 2024
2.1.4 Sep 23, 2024
2.1.3 Aug 8, 2024
0.0.1 Mar 5, 2024

#104 in #dont

Download history 22/week @ 2024-06-27 1/week @ 2024-07-04 1013/week @ 2024-07-11 795/week @ 2024-07-18 1198/week @ 2024-07-25 1122/week @ 2024-08-01 2305/week @ 2024-08-08 1709/week @ 2024-08-15 1337/week @ 2024-08-22 1938/week @ 2024-08-29 2308/week @ 2024-09-05 2768/week @ 2024-09-12 2546/week @ 2024-09-19 3807/week @ 2024-09-26 3989/week @ 2024-10-03 2840/week @ 2024-10-10

13,809 downloads per month
Used in 124 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