Derive Macro banjin::Parser

source ·
#[derive(Parser)]
{
    // Attributes available to this derive:
    #[skip]
    #[format]
    #[starts_with]
    #[ends_with]
    #[case]
    #[default]
}