#[derive(Decoding)]
{
// Attributes available to this derive:
#[spongefish]
}
Expand description
Derive macro for the Decoding trait.
Generates an implementation that decodes struct fields sequentially from a fixed-size buffer.
Fields can be skipped using #[spongefish(skip)].