MyGit

0.39.0

microsoft/windows-rs

版本发布时间: 2022-07-20 23:48:25

microsoft/windows-rs最新发布版本:0.60.0(2024-09-25 19:49:31)

This release includes improves to string handling and parameter passing to both improve performance and simplify the way arguments are bound to API calls.

Notably, the "alloc" feature has been removed. This feature allowed string literals to be implicitly converted to null terminated strings required by some Windows APIs. While convenient, it was rather complicated and expensive at runtime. Instead, the explicit s! and w! macros are now provided to create null terminated UTF-8 and UTF-16 string literals at compile time.

This release does not include an update to the windows-sys crate, which remains stable and unchanged.

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/windows-rs/compare/0.38.0...0.39.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-07-20发行的版本