test-fuzz

Installation

$ cargo install cargo-test-fuzz --version '>=0.1.0-alpha'

Usage

  1. Identify a fuzz target:

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

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

Components

test_fuzz attribute

TODO

Options

test_fuzz_impl attribute

TODO

test_fuzz_impl currently has no options.

cargo test-fuzz command

TODO

Options

test_fuzz crate

TODO

Features

Environment Variables

TODO

Limitations