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
The idea here is to provide a programmatic way to customize translation behavior. For example ignoring certain macros, renaming types, customizing the integer type of macro constants, etc.
Prior art: https://docs.rs/bindgen/latest/bindgen/callbacks/trait.ParseCallbacks.html
The idea here is to provide a programmatic way to customize translation behavior. For example ignoring certain macros, renaming types, customizing the integer type of macro constants, etc.