# fuzztest [![Build Status][travis-img]][travis] [![Crates.io][crates-img]][crates] [![Documentation][docs-img]][docs] [travis-img]: https://travis-ci.org/PaulGrandperrin/fuzztest-rs.svg?branch=master [travis]: https://travis-ci.org/PaulGrandperrin/fuzztest-rs [crates-img]: https://img.shields.io/crates/v/fuzztest.svg [crates]: https://crates.io/crates/fuzztest [docs-img]: https://docs.rs/fuzztest/badge.svg [docs]: https://docs.rs/fuzztest Easily test your software using powerful evolutionary, feedback-driven fuzzing technology. ## [Documentation](https://docs.rs/fuzztest) Everything is very much experimental and a work-in-progress. Please check out the [example directory](https://github.com/PaulGrandperrin/fuzztest-rs/tree/master/example) to get a feeling of what it's useful for. This crate is using [honggfuzz-rs](https://github.com/rust-fuzz/honggfuzz-rs) as fuzzer.