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

Feature request: Rust bindings #116

Open
rdrpenguin04 opened this issue Mar 25, 2022 · 3 comments
Open

Feature request: Rust bindings #116

rdrpenguin04 opened this issue Mar 25, 2022 · 3 comments

Comments

@rdrpenguin04
Copy link

Hello! I'm working on a hobby OS, and I'm about at the point where this would be awesome for my project. Unfortunately, my OS is written in Rust.

I'd be willing to attempt to make bindings for this, but this could be a nice place for tracking that progress. I'm looking forward to trying this out!

@avdgrinten
Copy link
Member

It would indeed be nice to have some Rust bindings. Most of our data types either have unique or shared ownership (with appropriate finalization functions that decrement the refcount) already, so wrapping these types into Rust should be relatively straightforward. If you encounter any issues or corner cases, please let us know and we can maybe think of a workaround etc.

@Andy-Python-Programmer
Copy link

Andy-Python-Programmer commented Mar 27, 2022

I did create one rust bindings (unsafe ones IIRC), let me go on a search on my hard drive, find it and push it to GitHub if you need those :^)

@Andy-Python-Programmer
Copy link

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