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

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

#120 in #dont

Download history 768/week @ 2024-07-21 1193/week @ 2024-07-28 1887/week @ 2024-08-04 1685/week @ 2024-08-11 1609/week @ 2024-08-18 1488/week @ 2024-08-25 2079/week @ 2024-09-01 2487/week @ 2024-09-08 2554/week @ 2024-09-15 3455/week @ 2024-09-22 3372/week @ 2024-09-29 4198/week @ 2024-10-06 3672/week @ 2024-10-13 3875/week @ 2024-10-20 3692/week @ 2024-10-27 3419/week @ 2024-11-03

14,827 downloads per month
Used in 162 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