Rust for Windows
Перейти к файлу
Rafael Rivera 7ae4d4483e
Update web workflow (#3344)
2024-11-15 15:13:44 -08:00
.cargo Always treat warnings as errors (#3210) 2024-08-19 11:45:16 -05:00
.github Update web workflow (#3344) 2024-11-15 15:13:44 -08:00
crates Remove "implement" feature (#3333) 2024-10-30 07:51:14 -05:00
docs Remove "riddle" and metadata generation (#3266) 2024-09-09 12:45:26 -05:00
web/features Update web workflow (#3344) 2024-11-15 15:13:44 -08: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 Add test folders (#3252) 2024-09-05 10:01:09 -05: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):