opt_args: Optional arguments for functions and structs in Rust
This crate allows you to auto-generate macros to call functions and instantiate structs with default named arguments
Import the macro and use it on a function or struct like this
use opt_args;
To auto-generate macros that can be used like this
Full documentation here