'Fuzzing binaries with cargo-fuzz

It is possible to fuzz binary applications with the cargo-fuzz? From following the Rust tutorial about fuzzing (https://rust-fuzz.github.io/book/introduction.html), I understand that I can fuzz functions from libraries, but I don't not see how the cargo-fuzz can be used for fuzzing binary applications.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source