You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: