error_derive 0.1.0

Macros for deriving Error implementations through custom_derive!.
Documentation
1
2
3
4
5
6
7
8
# `error_derive`

This crate allows to automatically derive `Error` implementations
through [`custom_derive!`](https://crates.io/crates/custom_derive).

## License

Licensed under MIT license (see [LICENSE](LICENSE) or <http://opensource.org/licenses/MIT>).