Skip to content

Latest commit

 

History

History

fuzz

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Fuzzing wildcard

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>