To fuzz wildcard you first need to install cargo-fuzz
. To do so run
cargo install cargo-fuzz
.
You can then run any of the fuzz targets (such as fuzz_is_match
and fuzz_captures
):
cargo +nightly fuzz run <fuzz-target>
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
To fuzz wildcard you first need to install cargo-fuzz
. To do so run
cargo install cargo-fuzz
.
You can then run any of the fuzz targets (such as fuzz_is_match
and fuzz_captures
):
cargo +nightly fuzz run <fuzz-target>