Expand description

Macros for deriving Decode and Encode

Derive Macros

#[derive(Decode)] support, generates a Decode implementation equivalent to calling .decode() on each field in order.

#[derive(Encode)] support, generates an [encdec::Encode]implementation equivalent to calling .encode() on each field in order.