Crate seam_argparse_proc_macro

Crate seam_argparse_proc_macro 

Source
Expand description

Procedural macro for the arguments! { ... } macro-argument parser for seam macros. TODO: Convert all panic!(..) calls to actual compiler errors.

Macrosยง

arguments
Macro that generates an argument parser and builds a custom struct holding provided arguments, given a schema and the list of arguments.