rs_quickcheck_util 0.2.0

some helper functions and macros to ease usage of quickcheck
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]

mod gen_bytes;
pub use self::gen_bytes::*;
mod shrink_field;
mod shuffle;
pub use self::shuffle::*;
mod unshrinkable;
pub use self::unshrinkable::*;