mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 07:20:55 +00:00

While working on https://github.com/djc/askama/pull/862 fuzz_parser was crashing and failing oss-fuzz build_checks. so a limit of 500 was placed, this pr removes that.
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