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 have a case where I need to convert some headers which contain binary blob arrays.
Bindgen only generates their name. Below I have a minimal example.
Dupe of #1266. We have no way of accessing this information from clang atm.
Adding such an API to libclang shouldn't be too hard, if someone was motivated enough. I'm happy to help out with that, but I doubt I'd have enough time to do it myself.
I have a case where I need to convert some headers which contain binary blob arrays.
Bindgen only generates their name. Below I have a minimal example.
Input C/C++ Header
Bindgen Invocation
Actual Results
Expected Results
I'm not sure what would be the best result, but something similar to:
The text was updated successfully, but these errors were encountered: