AFastData

Derive Macro AFastData 

Source
#[derive(AFastData)]
{
    // Attributes available to this derive:
    #[validate]
    #[afast]
}
Expand description

Derive macro to generate serialization, deserialization, and validation implementations.