-
Notifications
You must be signed in to change notification settings - Fork 13
Prototype of bindgen workaround usage #348
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
Prototype of bindgen workaround usage #348
Conversation
Thank you for the first usable workaround for this issue in 7 years. EDIT: This works on Linux, but when I try to use it on Windows it just continues to build forever. |
@ShayBox I would strongly recommend against using it and for waiting until I put up a PR on Github against bindgen. I'm still ironing out some issues with the code so it is not production ready yet, but would love to get anyone's feedback on the code once the PR is up. |
4c591b8
to
163f7f3
Compare
163f7f3
to
1c4fd5c
Compare
1c4fd5c
to
0f9ae82
Compare
0f9ae82
to
1cfce92
Compare
Related to stratis-storage/project#713 . |
ffed978
to
b15b484
Compare
b15b484
to
5f51fae
Compare
a5c44b2
to
bf1a93d
Compare
bf1a93d
to
65b9040
Compare
aff80f4
to
fd7d52e
Compare
fd7d52e
to
5359fab
Compare
5359fab
to
b547d9f
Compare
@mulkieran Is this able to be merged? |
Related to rust-lang/rust-bindgen#753