custom_derive 0.1.7

(Note: superseded by `macro-attr`) This crate provides a macro that enables the use of custom derive attributes.
Documentation
# `custom_derive!`


**Note**: This crate has been superseded by `macro-attr`.

This crate provides a macro that enables the use of custom `derive` attributes.

**Links**

* [Latest Release]https://crates.io/crates/custom_derive/
* [Latest Docs]https://docs.rs/crate/custom_derive/
* [Repository]https://github.com/DanielKeep/rust-custom-derive/tree/custom_derive-master/

## License


Licensed under either of

* MIT license (see [LICENSE]LICENSE or <http://opensource.org/licenses/MIT>)
* Apache License, Version 2.0 (see [LICENSE]LICENSE or <http://www.apache.org/licenses/LICENSE-2.0>)

at your option.

### Contribution


Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.