taiki-e / cargo-llvm-cov

Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).
Apache License 2.0
858 stars 57 forks source link

Support for fuzzing #351

Open xizheyin opened 4 months ago

xizheyin commented 4 months ago

I realized that support for cargo afl is not provided here yet, can I give a pr for afl support?

taiki-e commented 4 months ago

I would accept a PR to implement this.