Windows-rs: Default OS metadata

Created on 11 Jan 2021  路  2Comments  路  Source: microsoft/windows-rs

The build macro looks for a .windows folder in the root of your crate's workspace for any and all metadata. That's where you can place any metadata for OS and 3rd party APIs. It might be a good idea to include the metadata for all OS APIs with winrt-rs directly and only require .windows for 3rd party APIs. That would certainly make it easier for developers who only want to use OS APIs.

enhancement

Most helpful comment

Yes, the windows crate now supports the entire Windows API. 馃槈

https://kennykerr.ca/2021/01/21/rust-for-windows/

All 2 comments

Wait, did you just add support for the entirety of win32, to this binding generator that was WinRT and WinMD focused? That was entirely unexpected but cool.

Yes, the windows crate now supports the entire Windows API. 馃槈

https://kennykerr.ca/2021/01/21/rust-for-windows/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DJankauskas picture DJankauskas  路  3Comments

kennykerr picture kennykerr  路  5Comments

ZCWorks picture ZCWorks  路  3Comments

Susurrus picture Susurrus  路  3Comments

rylev picture rylev  路  5Comments