tree: a5fd12243f542b2af281979a84d93f19c002cbd6 [path history] [tgz]
  1. fuzz_targets/
  2. Cargo.toml
  3. README.md
fuzz/README.md

Fuzz

Fuzzing is generally run by https://github.com/google/oss-fuzz.

To run fuzzing locally:

# Make sure you have cargo-fuzz and the nightly toolchain
$ cargo install cargo-fuzz
$ rustup install nightly

# Build the fuzzer
$ cargo +nightly  fuzz build -O --debug-assertions
$ target/x86_64-unknown-linux-gnu/release/fuzz_skrifa