woptions 0.1.0

Mechanism to define map of options for a fuction and its defaults laconically.
Documentation
# module::woptions

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

### Sample

``` rust sample test
xxx
```

### To add to your project

```
cargo add woptions
```

### Try out from the repository

``` shell test
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/woptions_trivial
cargo run
```