#[fuzz] fn test_fuzz(bytes: Vec<u8>) { ... }
https://github.com/frewsxcv/afl.rs/issues/24 https://github.com/frewsxcv/afl.rs/issues/31 https://github.com/frewsxcv/afl.rs/pull/46
There's still a little more work to do though. Mainly, I want to compile AFL as a part of the workflow (see the afl-sys crate in the repo) so the user doesn't need to manually install AFL to use `cargo fuzz`.
https://github.com/BurntSushi/quickcheck#the-quickcheck-attr...