[](https://travis-ci.org/panicbit/quickcheck_derive)
[](https://crates.io/crates/quickcheck_derive)
This crate adds a derive for the `Arbitrary` trait from the `quickcheck` crate.
```rust
extern crate quickcheck_derive;
extern crate quickcheck;
struct Data {
}
```