-
Notifications
You must be signed in to change notification settings - Fork 530
Refactor: Extract windows-find-tools #1531
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
base: main
Are you sure you want to change the base?
Conversation
CI semver failed due to false positive obi1kenobi/cargo-semver-checks#638 , temporarily disabling it until another release is made |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good with comments resolved.
Co-authored-by: Mads Marquart <[email protected]>
…is already occupied
I have to rename the crate to windows-find-tools since windows-registry is already taken |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good now (after nit)!
Co-authored-by: Mads Marquart <[email protected]>
By extracting mod windows_registry out as a separate crate, we will have
windows-registry
doesn't have to pull in entire ccwindows-registry
codegen can be done in parallel to cc compilation, andwindows-registry
spends ~80% of time in codegen