Crate cargo_test_fuzz

Crate cargo_test_fuzz 

Source
Expand description

§cargo-test-fuzz

This crate provides the implementation for the cargo test-fuzz subcommand.

§Primary Exports

  • run: The main entry point function for executing fuzzing operations
  • TestFuzz: Configuration struct containing all fuzzing options
  • Object: Enum representing different types of fuzzing artifacts

For more information on test-fuzz, see the project’s README.

Structs§

TestFuzz

Enums§

Object

Functions§

run