Skip to content

Fuzzing Setup (cargo fuzz) Referenced but Not Implemented #3

@araray

Description

@araray

📚 Documentation Bug

Summary

The documentation provides instructions for fuzzing:

cargo fuzz run binary_ops

However, the fuzz/ directory and required configuration for cargo-fuzz are missing from the repository.


📌 Expected

  • A fuzz/ directory with fuzz_targets/binary_ops.rs
  • cargo fuzz initialized (cargo fuzz init)
  • fuzz/Cargo.toml present

❌ Actual

  • No fuzz/ directory or fuzzing target
  • No fuzzing configuration

✅ Suggested Fixes

  • Remove or comment out the fuzzing instructions until implemented
  • OR set up cargo fuzz with a basic fuzz target for coverage growth (e.g., fuzzing input parsing or command dispatch)

🔍 Why It Matters

Inaccurate fuzzing instructions may confuse users or contributors attempting to help with test coverage or security fuzzing.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions