Crate argser_macros

Crate argser_macros 

Source
Expand description

§Argser-Macros

This provides the Proc-Macros for Argser

Attribute Macros§

argser
This will automatically implement the argser::FromArgs trait for the Struct it is applied on, while considering all the Configuration on the Struct and all its parts when generating the implemenatation.