Skip to content

microsoft/windows-rs

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 9, 2024
e736d99 · Apr 9, 2024
May 18, 2023
Apr 9, 2024
Apr 9, 2024
Apr 3, 2024
Mar 29, 2024
Jun 20, 2023
Feb 13, 2024
Jan 22, 2024
Jul 8, 2022
Jul 8, 2022
Nov 29, 2021

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):