mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 22:11:17 +00:00
Fuzzing
Install cargo-fuzz
:
cargo install -f cargo-fuzz
Run any available target where $target
is the name of the target.
cargo fuzz list # get list of targets
cargo +nightly fuzz run $target