0.55.0
This update includes a few improvements to code generation. The following crates are being updated today:
windows-bindgenwindows-metadatawindows-core
What's Changed
- Improve
implementmacro docs by @daladim in #2891 - Restore MSRV for
windows-targetsto 1.56 by @kennykerr in #2898 - Simpler namespace type collection by @kennykerr in #2901
- Allow
PWSTR/PSTRto be passed toPCWSTR/PCSTRparameters 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-bindgencomment in generated code by @kennykerr in #2910 - More unnecessary qualifications by @kennykerr in #2912
- Consolidate internal
interfaceandcom_interfacemacros by @kennykerr in #2914 - Release 0.55.0 by @kennykerr in #2915
New Contributors
Full Changelog: 0.54.0...0.55.0