-
Notifications
You must be signed in to change notification settings - Fork 43
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
Would it be safe to alias c_int
?
#44
Comments
If it saved substantial build time for many crates, it might be worth working around, but it's also not obvious how to do so. |
Yes, you would have to manually define Though it's possible for |
If libc can bump its MSRV, then its |
related to rust-lang/cc-rs#721
I was wondering if it would be safe to alias
c_int
along the lines of what is done herehttps://github.com/tcharding/rust-bitcoinconsensus/blob/9b3496a5c827e99cf10debe2c36f7b20fd622cc4/src/types.rs
This would allow this lib to not depend on
libc
on unix?The text was updated successfully, but these errors were encountered: