checkito 5.0.0

A safe, efficient and simple QuickCheck-inspired library to generate shrinkable random data mainly oriented towards generative/property/exploratory testing.
Documentation
1
2
3
4
pub use checkito::{
    check::{Cause, Fail},
    *,
};