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

Leaner interface representation for windows-sys crate #2818

Merged
merged 2 commits into from
Jan 26, 2024
Merged

Leaner interface representation for windows-sys crate #2818

merged 2 commits into from
Jan 26, 2024

Conversation

kennykerr
Copy link
Collaborator

I'm experimenting with very low-level interface support akin to the raw bindings provided by the windows-sys crate. In preparation for that, I'm eliminating a lot of the noise in the code generation today around the useless type aliases produced by the sys style bindings. Interfaces are now simply typed *mut c_void rather than having aliases of *mut c_void. This also allows cfg feature dependencies to be eliminated in many cases, further reducing lines of code.

@kennykerr kennykerr merged commit 993bfa0 into master Jan 26, 2024
65 checks passed
@kennykerr kennykerr deleted the sys branch January 26, 2024 14:01
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.

1 participant