Rust for Windows
Перейти к файлу
Kenny Kerr 139ca3c88f
Support some edge cases for the next Win32 metadata update (#3109)
2024-06-17 15:24:55 -05:00
.cargo
.github Use tools to generate bindings for library crates (#3102) 2024-06-14 17:02:34 -05:00
crates Support some edge cases for the next Win32 metadata update (#3109) 2024-06-17 15:24:55 -05:00
docs Update readme 2024-06-10 08:22:16 -05:00
web/features Bump braces from 3.0.2 to 3.0.3 in /web/features (#3092) 2024-06-12 07:36:54 -05:00
.gitattributes Add `cppwinrt` crate and sample (#3054) 2024-05-25 19:46:28 -07:00
.gitignore Add `cppwinrt` crate and sample (#3054) 2024-05-25 19:46:28 -07:00
Cargo.toml Remove `unused_qualifications` (#3078) 2024-06-06 19:05:41 -05:00
license-apache-2.0
license-mit
rustfmt.toml Fix default `rustfmt` for repo (#3084) 2024-06-10 11:17:09 -05:00

docs/readme.md

Rust for Windows

The windows and windows-sys crates let you call any Windows API past, present, and future using code generated on the fly directly from the metadata describing the API and right into your Rust package where you can call them as if they were just another Rust module. The Rust language projection follows in the tradition established by C++/WinRT of building language projections for Windows using standard languages and compilers, providing a natural and idiomatic way for Rust developers to call Windows APIs.

This repo is the home of the following crates (and other supporting crates):