moxy-derive 0.0.4

derive macros for moxy crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
![moxy](https://raw.githubusercontent.com/aacebo/moxy/master/assets/banner.svg)

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.

## Install

```toml
[dependencies]
moxy = "0.0.4"
```

## Documentation

[https://aacebo.github.io/moxy](https://aacebo.github.io/moxy)

## License

MIT