callum-oakley / json5-rs

A Rust JSON5 serializer and deserializer which speaks Serde.
ISC License
184 stars 23 forks source link

Add fuzzing target #37

Open SabrinaJewson opened 2 years ago

SabrinaJewson commented 2 years ago

The fuzz target can be run with cargo +nightly fuzz run strings.

I'm currently running in on my laptop, I'll report issues if I find anything.