Rust for Windows
Перейти к файлу
Kenny Kerr 316d54483d
Add file dialog sample (#3226)
2024-08-27 13:16:20 -05:00
.cargo Always treat warnings as errors (#3210) 2024-08-19 11:45:16 -05:00
.github Add file dialog sample (#3226) 2024-08-27 13:16:20 -05:00
crates Add file dialog sample (#3226) 2024-08-27 13:16:20 -05:00
docs Release 0.58.0 (#3140) 2024-07-03 14:36:26 -05:00
web/features Update micromatch dependency (#3223) 2024-08-26 22:28:46 -07: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 Allow `Error` and `Result<()>` to be the same size as `HRESULT` (#3126) 2024-06-26 16:21:02 -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):