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

Bindings for calling from C #45

Open
Arcterus opened this issue Aug 2, 2018 · 0 comments
Open

Bindings for calling from C #45

Arcterus opened this issue Aug 2, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@Arcterus
Copy link
Contributor

Arcterus commented Aug 2, 2018

It would be nice to be able to call the utilities from C code. We might limit the user to providing raw file descriptors/raw handles as there's no way to have generic bindings. We could also expose RawObject and have the user give those to the interface so we don't need to worry about the platform differences.

We should look at using cbindgen, but if our interface is small enough it might just be easier to maintain it by hand.

@Arcterus Arcterus added the enhancement New feature or request label Aug 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant