Description
Provides Cargo helpers for fuzz testing Rust code. Fuzzing runs many generated inputs against target functions to find crashes, panics, hangs, or unexpected behavior.
Use it for security-sensitive parsers, file formats, protocol code, and other input-heavy components. Fuzzing is most useful when targets are well chosen and crashes are triaged carefully.