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
I was trying to port one C library for working with some chip via USB and found out there is no 'libusb_fill_bulk_transfer' function present inside Rust, but it exists in C library.
It my assumption correct?
I'd like to create and add those couple binding (libusb_fill_bulk_transfer(..) + libusb_fill_bulk_stream_transfer(..)) with related stuff.
The text was updated successfully, but these errors were encountered:
As far as I can tell all of the asynchronous functions are not generated by bindgen. I just ran into the same problem. Any new info? I'm trying to figure out if it is e.g. a bad type causing bindgen to skip them.
I did PR and have a plans to work on that more. Some changes in current version are quite possible because I need that stuff working on Linux. And no Bingen, manual stuff.
Hi.
Did I missed something here?
I was trying to port one C library for working with some chip via USB and found out there is no 'libusb_fill_bulk_transfer' function present inside Rust, but it exists in C library.
It my assumption correct?
I'd like to create and add those couple binding (libusb_fill_bulk_transfer(..) + libusb_fill_bulk_stream_transfer(..)) with related stuff.
The text was updated successfully, but these errors were encountered: