proc_macro_roids 0.7.0

Traits and functions to make writing proc macros more ergonomic.
Documentation
1
2
3
4
5
6
7
### Generating `README.md`

Ensure `cargo-readme` is installed, then run:

```bash
cargo readme > README.md
```