default-args 1.0.0

zero-cost default arguments in rust
Documentation
1
2
3
4
5
# Examples

- [`basic`]https://github.com/buttercrab/default-args.rs/tree/master/examples/basic: Basic example
- [`config`]https://github.com/buttercrab/default-args.rs/tree/master/examples/config: You don't have to use builder
  for configuration!