Install cargo-fuzz
mainInstall the cargo-fuzz subcommand using cargo install.
Prerequisites:
- OS: Unix-like operating systems only (not Windows).
- Architecture: x86-64 or Aarch64.
- Compiler: A Rust nightly compiler (required for unstable command-line flags) and a C++ compiler with C++11 support.
- Dependencies:
libFuzzerrequires LLVM sanitizer support.
$ cargo install cargo-fuzz