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 operationsTestFuzz: Configuration struct containing all fuzzing optionsObject: Enum representing different types of fuzzing artifacts
For more information on test-fuzz, see the project’s README.