NOTICE
Before using this crate, please evaluate quickcheck's official derive crate.
quickcheck_derive
This crate adds a derive for the Arbitrary trait from the quickcheck crate.
Requirements
You need the following dependencies in your Cargo.toml:
quickcheck>= 0.7rand
Usage
extern crate quickcheck_derive;