- Notifications
You must be signed in to change notification settings - Fork577
Rust for Windows
License
Apache-2.0, MIT licenses found
Licenses found
microsoft/windows-rs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Thewindows andwindows-sys crates let you call any Windows API past, present, and future using code generated on the fly directly from themetadata 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 byC++/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):
windows-sys - Raw bindings for C-style Windows APIs.
windows - Safer bindings including C-style APIs as well as COM and WinRT APIs.
windows-bindgen - Code generator for Windows metadata.
windows-collections - Windows collection types.
windows-core - Core type support for COM and Windows.
windows-metadata - Low-level metadata library for ECMA-335.
windows-future - Windows async type support.
windows-link - Linking for Windows.
windows-numerics - Windows numeric types.
windows-registry - Windows registry.
windows-result - Windows error handling.
windows-services - Windows services.
windows-strings - Windows string types.
windows-targets - Import libs for Windows (and the precursor to
windows-link
for older compilers).windows-threading - Windows threading.
windows-version - Windows version information.
cppwinrt - Bundles the C++/WinRT compiler for use in Rust.
About
Rust for Windows
Topics
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.