Entity

Derive Macro Entity 

Source
#[derive(Entity)]
{
    // Attributes available to this derive:
    #[entity]
    #[field]
    #[id]
    #[auto]
    #[validate]
}
Expand description

Derive macro for generating domain boilerplate.