Rust for Windows
Перейти к файлу
Kenny Kerr 6215b38823 test 2023-12-05 13:32:31 -06:00
.cargo Update to riddle and metadata generation (#2510) 2023-05-18 15:36:14 -05:00
.github Minor tooling improvements (#2705) 2023-11-16 10:54:26 -06:00
crates test 2023-12-05 13:32:31 -06:00
docs Update repo (#2704) 2023-11-16 08:42:47 -06:00
.gitattributes Consolidate code generation (#2544) 2023-06-19 21:09:10 -05:00
.gitignore Minor refactoring following #2544 (#2546) 2023-06-20 11:29:44 -05:00
Cargo.toml Rust edition 2021 and version 1.56 (#2568) 2023-07-06 15:55:23 -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 Introduce simpler gen2 crate for code generation (#1369) 2021-11-29 13:51:18 -08: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):