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

Usage with rust-bindgen #28

Open
Voidoz opened this issue Feb 7, 2023 · 4 comments
Open

Usage with rust-bindgen #28

Voidoz opened this issue Feb 7, 2023 · 4 comments

Comments

@Voidoz
Copy link

Voidoz commented Feb 7, 2023

Was thinking it might be possible to use the rust-bindgen package to generate ffi instead of writing it manually... Thoughts?

@gedw99
Copy link

gedw99 commented Mar 18, 2023

I was thinking the exact thing ..

is more sustainable

@gedw99
Copy link

gedw99 commented Mar 18, 2023

All the hard work has been done by @MaikKlein

the code gen just needs to shim out the code and then tap into it

@MaikKlein
Copy link
Owner

Yep that is quite important for the future of this project see also #22

@gedw99
Copy link

gedw99 commented Apr 2, 2023

Is the goal to create language bindings . For js, golang , etc ?

if yes then I have done it for golang if that helps?

Here is a demo example:

https://github.com/mediremi/rust-plus-golang

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

No branches or pull requests

3 participants