aboutsummaryrefslogtreecommitdiffstats
path: root/askama_parser/fuzz/README.md
blob: 6f6c2a1fe6c467b77802f5b49827d30f7eae8ecb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Fuzzing

Install `cargo-fuzz`:

```sh
cargo install -f cargo-fuzz
```

Run any available target where `$target` is the name of the target.

```sh
cargo fuzz list # get list of targets
cargo +nightly fuzz run $target
```