-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Automatically generate Rust bindings for hpy #325
Comments
@messense added a rust build script in this commit on their fork. I don't know enough about rust to say if it is a step forward? |
this could be an option. we can consider moving forward with it. Although I'm also new to rust but now seriously invested. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bindgen can already generate rust bindings automatically for us. Here's the output on Mac OSX.
In order to properly build the Rust library, we will need to link it to HPy somehow.
If anyone can help me with the build.rs script, I can contribute the rest of the process.
The text was updated successfully, but these errors were encountered: