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

WIP autogen: Rust definition of HPyContext #20

Closed
wants to merge 1 commit into from

Conversation

gracinet
Copy link

@gracinet gracinet commented Mar 3, 2020

This is good enough to go on experimenting, but there are
chances that eventually, using the
bindgen crate
on the generated C definition would be a better idea.

This depends on whether we'll need more than just struct definition
translations.

This is good enough to go on experimenting, but there are
chances that eventually, using the
[bindgen crate](https://crates.io/crates/bindgen)
on the generated C definition would be a better idea.

This depends on whether we'll need more than just struct definition
translations.
@thedrow
Copy link
Contributor

thedrow commented Mar 15, 2020

This is very useful for PyO3 and similar projects.

@auvipy
Copy link

auvipy commented Mar 18, 2020

This is very useful for PyO3 and similar projects.

indeed. we can try on celery as well.

@thedrow
Copy link
Contributor

thedrow commented May 25, 2022

#325 proposes a more generic solution using bindgen as @gracinet has already suggested.
Since this PR is stale and isn't going to be merged at the time being, I'm going to close it.

Thanks for the contribution!

@thedrow thedrow closed this May 25, 2022
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 this pull request may close these issues.

3 participants