Is there an equivalent of `afl-clang-fast` within `libfuzzer-sys`? ``` afl-clang-fast test.c -o test ``` I would like to develop my own fuzzer and utilize `libfuzzer-sys` solely for instrumentation.
Is there an equivalent of
afl-clang-fastwithinlibfuzzer-sys?I would like to develop my own fuzzer and utilize
libfuzzer-syssolely for instrumentation.