rust-quickcheck 0.4.1 Automatic property based testing with shrinking

QuickCheck is a way to do property based testing using randomly generated input. This crate comes with the ability to randomly generate and shrink integers, floats, tuples, booleans, lists, strings, options and results.