-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cleaned-up code, published on crates.io #38
base: main
Are you sure you want to change the base?
Conversation
gedigi
commented
Sep 11, 2019
- added description
- replaced deprecated function
- formatted code
- published on crates.io (https://crates.io/crates/libfuzzer-sys)
@@ -1,35 +1,37 @@ | |||
extern "C" { | |||
#![allow(improper_ctypes)] // we do not actually cross the FFI bound here | |||
#![allow(improper_ctypes)] // we do not actually cross the FFI bound here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This… feels wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah you're right... that's cargofmt's fault. I moved things around so it's prettier.
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 |
Uh, yeah, please add further owners to the crate. (Me, nagisa, frewsxcv) |
@nagisa the README suggested otherwise, that's why I published it: @Manishearth done. btw, |