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

extend parse callbacks to expose discovered composite types and aliases #2658

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mxyns
Copy link

@mxyns mxyns commented Oct 8, 2023

this is my attempt at #2657

example use case:
this allowed me to build a library that discovers the bindings (for composite type) generated by bindgen (https://github.com/mxyns/bindgen-bridge)

i tried to expose as little hidden internal structs as possible (like passing ItemId as a usize) but I did not feel like duplicating the definition of CompType was a good idea so I just made it public

@mxyns mxyns force-pushed the extended-callbacks branch 2 times, most recently from 440489a to 9aba819 Compare October 8, 2023 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant