Crate optargs

Source

Attribute Macros§

optfn
Optional arguments for functions! Add optfn on top of any function and then you can call the funtion with optional arguments.

Derive Macros§

OptStruct
Flexible struct builder with optional arguments Derive OptStruct for your structs and then call the Struct’s name as a macro to build it, eliding optionals.