test-fuzz

Installation

$ cargo install test-fuzz --version 0.1.0-alpha.2

Usage

  1. Identify a fuzz target by:

  2. Generate a corpus by runnig cargo test: $ cargo test

  3. Fuzz your target by runnig cargo test-fuzz: $ cargo test-fuzz --target foo

Features

test_fuzz

test_fuzz_impl

TODO

cargo test-fuzz options

Limitations