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

Regularize bindgen annotations. #734

Merged
merged 1 commit into from
Jan 9, 2022
Merged

Conversation

adetaylor
Copy link
Collaborator

Previously autocxx_bindgen added annotations which
were not valid Rust code.

It now generates annotations which correspond to a
real autocxx macro, and thus can more plausibly be
upstreamed to the real bindgen.

This also extracts a better encapsulated framework
for parsing these attributes.

Relates to #124.

Previously autocxx_bindgen added annotations which
were not valid Rust code.

It now generates annotations which correspond to a
real autocxx macro, and thus can more plausibly be
upstreamed to the real bindgen.

This also extracts a better encapsulated framework
for parsing these attributes.
@adetaylor adetaylor merged commit 62955ce into main Jan 9, 2022
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