moxy 0.0.2

A set of helpful macros for day to day quality of life tasks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Moxy

Derive macros that eliminate Rust boilerplate. Get `Display`, `Deref`, `Default`, and `Build` implementations with a single attribute.

## Install

```toml
[dependencies]
moxy = { version = "0.0.0", features = ["derive"] }
```

## Documentation

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

## License

MIT