Registry / serialization / serde-cw-value

serde-cw-value

JSON →
library0.7.0rscratesunverified

Provides serialization value trees for CosmWasm, enabling flexible data handling.

# Cargo.toml [dependencies] serde-cw-value = "0.7.0"
INSTALL
IMPORT
SIG · SERDE-CW-VALUE
S
serde-cw-value
serializationrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Value
use serde_cw_value::Value;

Creates a simple Value enum variant representing a string.

use serde_cw_value::Value; fn main() { let val = Value::String("hello".to_string()); println!("{:?}", val); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
serde-cw-value — cargo add serde-cw-value · libregistry