rust-fuzz / libfuzzer

Rust bindings and utilities for LLVM’s libFuzzer
Apache License 2.0
210 stars 44 forks source link

Fix `fuzz_target!` with `Arbitrary`-implementing types #43

Closed fitzgen closed 4 years ago

fitzgen commented 4 years ago

Also update to 2018 edition.

Fixes #42

Manishearth commented 4 years ago

r+

fitzgen commented 4 years ago

CI is green \o/