# `error_derive` [![Build Status](https://img.shields.io/travis/Xion/rust-error-derive.svg)](https://travis-ci.org/Xion/rust-error-derive) [![License](https://img.shields.io/github/license/Xion/rust-error-derive.svg)](https://github.com/Xion/rust-error-derive/blob/master/LICENSE) 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 ).