rust-fuzz / libfuzzer

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

cleaned-up code, published on crates.io #38

Open gedigi opened 4 years ago

gedigi commented 4 years ago
nagisa commented 4 years ago

published on crates.io

libfuzzer-sys was consciously not published, but I guess it doesn’t matter either way, as long as the ownership of the crate belongs to the same owners as the cargo-fuzz crate.

Manishearth commented 4 years ago

Uh, yeah, please add further owners to the crate. (Me, nagisa, frewsxcv)

gedigi commented 4 years ago

@nagisa the README suggested otherwise, that's why I published it: # will eventually publish to crates.io

@Manishearth done.

btw, cargo test fails also without my changes.