ron-rs / ron

Rusty Object Notation
https://docs.rs/ron
Apache License 2.0
3.31k stars 122 forks source link

Add a fuzzer test that serialises and deserialises arbitrary typed serde data + fix `&[u8]` de #462

Closed juntyr closed 1 year ago

juntyr commented 1 year ago

* [ ] I've included my change in CHANGELOG.md

juntyr commented 1 year ago

@manunio I'm trying to integrate a new fuzzer for ron. Does the PR look correct and do I need to anything to get oss-fuzz to run the additional fuzzer target, too?