Skip to content
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

Open
thedrow opened this issue May 25, 2022 · 3 comments · May be fixed by #457
Open

Automatically generate Rust bindings for hpy #325

thedrow opened this issue May 25, 2022 · 3 comments · May be fixed by #457

Comments

@thedrow
Copy link
Contributor

thedrow commented May 25, 2022

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.

@mattip
Copy link
Contributor

mattip commented Nov 14, 2023

@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?

@messense
Copy link

@mattip Opened #457

@auvipy
Copy link

auvipy commented Nov 20, 2023

@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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants