woptions_runtime 0.1.0

Mechanism to define map of options for a fuction and its defaults laconically. Its runtime.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# module::woptions_runtime

Mechanism to define map of options for a fuction and its defaults laconically. Its runtime.

Not intended to be used without derive. This module and derive is aggregate in module::woptions is [here](https://github.com/Wandalen/wTools/tree/master/module/rust/woptions).

### To add to your project

```
cargo add woptions_runtime
```