Expand description
Derives serialization and deserialization codec for complex structs for simple marshalling.
Derive Macrosยง
- Compact
As - Derive
jam_codec::Compactandjam_codec::CompactAsfor struct with single field. - Decode
- Derive
jam_codec::Decodefor struct and enum. - Decode
With MemTracking - Derive
jam_codec::DecodeWithMemTrackingfor struct and enum. - Encode
- Derive
jam_codec::Encodeandjam_codec::EncodeLikefor struct and enum.