Crates.io | serde-cw-value |
lib.rs | serde-cw-value |
version | 0.7.0 |
source | src |
created_at | 2022-05-30 18:22:18.941871 |
updated_at | 2022-05-30 18:22:18.941871 |
description | Serialization value trees for CosmWasm |
homepage | |
repository | https://github.com/hashedone/serde-cw-value |
max_upload_size | |
id | 597102 |
size | 48,692 |
serde-cw-value
provides a way to capture serialization value trees for later processing. Crate is designed to work with CosmWasm smart contracts,
in particular - it errors early when any floating-point types are processed. This is for of serde-value.