default_kwargs 0.1.0

The macro wich enables you to use default and keyword arguments in Rust
Documentation
1
2
3
4
5
6
7
error: unexpected end of input, expected `fn`
 --> tests/ui/01-empty.rs:5:1
  |
5 | default_args! {}
  | ^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `default_args` (in Nightly builds, run with -Z macro-backtrace for more info)