Rust for Windows
Перейти к файлу
Kenny Kerr ae0a84006c Revert unintended commits 2025-01-27 14:09:31 -06:00
.cargo Revert unintended commits 2025-01-27 14:09:31 -06:00
.github Introducing the `windows-link` crate (#3450) 2025-01-16 08:38:28 -06:00
crates Revert unintended commits 2025-01-27 14:09:31 -06:00
docs Add `windows-link` to the windows-rs readme (#3462) 2025-01-23 16:48:28 -06:00
web Release 0.61.0 (#3418) 2025-01-07 09:09:42 -06:00
.gitattributes Add `cppwinrt` crate and sample (#3054) 2024-05-25 19:46:28 -07:00
.gitignore Improve interop testing (#3253) 2024-09-05 12:44:11 -05:00
Cargo.toml Revert unintended commits 2025-01-27 14:09:31 -06:00
license-apache-2.0 Adjust license placement for GitHub auto-detection (#1879) 2022-07-07 22:15:23 -07:00
license-mit Adjust license placement for GitHub auto-detection (#1879) 2022-07-07 22:15:23 -07:00
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):