#[derive(Codec32)]
Derives the Codec32 trait for 32-byte fixed-size encoding.
Codec32
Requires the type to also implement BytesCodec.
BytesCodec
#[derive(BytesCodec, Codec32)] struct SmallRecord { id: u16, enabled: bool, }