Expand description
Re-exports the entire public API of proptest so that an import of prelude
allows simply writing, for example, prop::num::i32::ANY
rather than
proptest::num::i32::ANY
plus a separate use proptest;
.
Re-exports the entire public API of proptest so that an import of prelude
allows simply writing, for example, prop::num::i32::ANY
rather than
proptest::num::i32::ANY
plus a separate use proptest;
.