Skip to content

Files

Latest commit

7722b11 · Aug 4, 2019

History

History
This branch is 1730 commits behind toml-rs/toml:main.

fuzz

How to run

$ # install cargo fuzz (if you don't have it)
$ cargo install cargo-fuzz
$ # run fuzzer
$ cargo +nightly fuzz run parse_document