~~This is being developed on the [`next` branch](https://github.com/rust-fuzz/libfuzzer-sys/tree/next)~~ **Update**: the `next` branch has been merged into `master. We should release 0.2.0 or perhaps `1.0.0` and make `cargo-fuzz` start using it! Prerequisites: - [ ] ~~Perhaps name the crate `libfuzzer` since it's more high level than than just sys stuff?~~ (Split out into https://github.com/rust-fuzz/libfuzzer/issues/55) - [ ] ~~Change API to be more like honggfuzz-rs https://github.com/rust-fuzz/libfuzzer/pull/51~~ - [x] Update to Arbitrary 0.3.0 https://github.com/rust-fuzz/arbitrary/issues/19 - [x] Provide a way to run Debug on the output https://github.com/rust-fuzz/libfuzzer/issues/47 (maybe #48)
This is being developed on theUpdate: thenextbranchnextbranch has been merged into `master.We should release 0.2.0 or perhaps
1.0.0and makecargo-fuzzstart using it!Prerequisites:
Perhaps name the crate(Split out into Split crate intolibfuzzersince it's more high level than than just sys stuff?libfuzzerandlibfuzzer-sys#55)Change API to be more like honggfuzz-rs Change API to be the same as Honggfuzz-rs and eventually AFL.rs #51