The cw_transcode crate provides a way to transcode any arbitrary rust struct into a `cosmwasm_std::Event` via that struct's `Serialize` impl, ensuring that the event attribute values are encoded as proper json. This will make it easier for client code to parse the event back into structured data without having to write custom parsing code for each individual event type. |
||
---|---|---|
.. | ||
error.rs | ||
lib.rs | ||
ser.rs |