cargo-fuzz
cargo-fuzz copied to clipboard
Provide pre-built binaries
This would be particularly useful for folks running cargo fuzz in their CI, so they didn't have to wait on cargo-fuzz itself to build.
In case it helps, archlinux ships a cargo-fuzz package:
FROM archlinux
RUN pacman -Suy cargo-fuzz rustup --noconfirm