fuzztest 0.1.0

Easily test your software using powerful evolutionary, feedback-driven fuzzing technology.
Documentation
#!/bin/sh -ve
export RUST_BACKTRACE=full

cargo build
cargo test
cargo doc