NargDeserialize

Derive Macro NargDeserialize 

Source
#[derive(NargDeserialize)]
{
    // Attributes available to this derive:
    #[spongefish]
}
Expand description

Derive macro for the NargDeserialize trait.

Generates an implementation that deserializes struct fields sequentially from a byte buffer. Fields can be skipped using #[spongefish(skip)].