rust-fuzz / libfuzzer

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

Consider renaming crate from 'fuzzer-sys' to 'libfuzzer-sys' #11

Closed frewsxcv closed 7 years ago

frewsxcv commented 7 years ago

The name of the tool we're working with here is called 'libfuzzer', not 'fuzzer'.

frewsxcv commented 7 years ago

https://github.com/rust-fuzz/libfuzzer-sys/blob/2679fa1228b1b32ffeb22458e866091bb2a453b6/Cargo.toml#L2

frewsxcv commented 7 years ago

Fixed by #15.