fuzz/README.md
Ensure you have the following installed:
cargo-fuzz unless using Nix)cargo-fuzz (install it using cargo install cargo-fuzz)flake.nix setup)nix develop .#fuzz
This will set up the required environment with the nightly toolchain and dependencies.
If using Nix:
cargo fuzz run <fuzz_target>
If using rustup without Nix:
cargo +nightly fuzz run <fuzz_target>
This will compile the fuzz target and start fuzzing with libFuzzer.
Run the expression target with:
cargo fuzz run expression