Expand description
Derives serialization and deserialization codec for complex structs for simple marshalling.
Derive Macrosยง
- Derive
tetsy_scale_codec::Compact
andtetsy_scale_codec::CompactAs
for struct with single field. - Derive
tetsy_scale_codec::Decode
and for struct and enum. - Derive
tetsy_scale_codec::Encode
andtetsy_scale_codec::EncodeLike
for struct and enum.