0.55.0
This update includes a few improvements to code generation. The following crates are being updated today:
windows-bindgen
windows-metadata
windows-core
What's Changed
- Improve
implement
macro docs by @daladim in #2891 - Restore MSRV for
windows-targets
to 1.56 by @kennykerr in #2898 - Simpler namespace type collection by @kennykerr in #2901
- Allow
PWSTR
/PSTR
to be passed toPCWSTR
/PCSTR
parameters by @kennykerr in #2899 - Consolidate type generation by @kennykerr in #2903
- Add ability to prepend code to type generation by @kennykerr in #2907
- Fix for new Rust nightly warnings related to unnecessary qualifications by @kennykerr in #2911
- Add option to suppress
windows-bindgen
comment in generated code by @kennykerr in #2910 - More unnecessary qualifications by @kennykerr in #2912
- Consolidate internal
interface
andcom_interface
macros by @kennykerr in #2914 - Release 0.55.0 by @kennykerr in #2915
New Contributors
Full Changelog: 0.54.0...0.55.0