Crate parity_scale_codec_derive
source ·Expand description
Derives serialization and deserialization codec for complex structs for simple marshalling.
Derive Macros
- Derive
parity_scale_codec::Compactandparity_scale_codec::CompactAsfor struct with single field. - Derive
parity_scale_codec::Decodeand for struct and enum. - Derive
parity_scale_codec::Encodeandparity_scale_codec::EncodeLikefor struct and enum. - Derive
parity_scale_codec::MaxEncodedLenfor struct and enum.