Crate jam_codec_derive

Crate jam_codec_derive 

Source
Expand description

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

Derive Macrosยง

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