Crate tetsy_scale_codec_derive

Crate tetsy_scale_codec_derive 

Source
Expand description

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

Derive Macrosยง

CompactAs
Derive tetsy_scale_codec::Compact and tetsy_scale_codec::CompactAs for struct with single field.
Decode
Derive tetsy_scale_codec::Decode and for struct and enum.
Encode
Derive tetsy_scale_codec::Encode and tetsy_scale_codec::EncodeLike for struct and enum.