When one writes a shotgun parser, it is best to pair with a fuzzer that checks the shotgun parser does not itself cause issues (even if that says relatively little about the language it accepts).
It looks like there's a neat crate that should help us here: https://github.com/rust-fuzz/libfuzzer
Would be great to get cargo fuzz working and into CI.
When one writes a shotgun parser, it is best to pair with a fuzzer that checks the shotgun parser does not itself cause issues (even if that says relatively little about the language it accepts).
It looks like there's a neat crate that should help us here: https://github.com/rust-fuzz/libfuzzer
Would be great to get
cargo fuzzworking and into CI.