
Derive macros that eliminate Rust boilerplate. Get `Display`, `Deref`, `Default`, `Build`, `Get`, `Set`, `Union`, and `Forward` implementations with a single attribute, plus `unionize!` for generating union-type enums.
```toml
[dependencies]
moxy = "0.0.4"
```
[https://aacebo.github.io/moxy](https://aacebo.github.io/moxy)
MIT