checkito 1.7.0

A simple quickcheck inspired library to generate growable/shrinkable random data mainly oriented towards generative/property/exploratory testing.
Documentation
1
2
3
4
5
6
7
extern crate skeptic;

use skeptic::*;

fn main() {
    generate_doc_tests(&["README.md"]);
}