Fuzzing Rust code with american fuzzy lop (AFL)
Fuzz testing is a software testing technique used to find security and stability issues by providing pseudo-random data as input to the software. American fuzzy lop is a popular, effective, and modern fuzz testing tool. This library, afl.rs, allows one to run AFL on code written in the Rust programming language.
Documentation can be found in the Rust Fuzz Book.
Screen recording of AFL running on Rust code.