[][src]Crate parity_scale_codec_derive

Derives serialization and deserialization codec for complex structs for simple marshalling.

Derive Macros

CompactAs

Derive parity_scale_codec::Compact and parity_scale_codec::CompactAs for struct with single field.

Decode

Derive parity_scale_codec::Decode and for struct and enum.

Encode

Derive parity_scale_codec::Encode and parity_scale_codec::EncodeLike for struct and enum.