This is a fuzzing application for comparing Rust parsers, currently rustc, syn, and rust-analyzer. It uses the brilliant cargo-fuzz tool to generate random(-ish) files and attempts to parse them with ...
Abstract: Rust is an emerging programming language that has gained popularity in many academic and industrial projects due to its memory safety features. However, despite its safety advantages, there ...