FICHA · MANJARO

cargo-fuzz

Command line helpers for fuzzing rust

  • tool
  • CLI
  • TESTING
  • SECURITY
  • Launchable
  • Runs in terminal
official+codex · reviewed · May 27, 2026 description in en

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.

How to run

cargo fuzz

Commands: cargo fuzz

Permissions

Permissions not analysed for this source yet.