Skip to content

Commit 1bfd409

Browse files
authored
Update readme.md
1 parent 59950e2 commit 1bfd409

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
The [windows](https://crates.io/crates/windows) and [windows-sys](https://crates.io/crates/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](https://github.com/microsoft/windows-rs/tree/master/crates/libs/metadata/default) 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](https://github.com/microsoft/cppwinrt) of building language projections for Windows using standard languages and compilers, providing a natural and idiomatic way for Rust developers to call Windows APIs.
44

5+
* [Getting started](https://kennykerr.ca/rust-getting-started/)
56
* Crate documentation
67
* [windows](https://microsoft.github.io/windows-docs-rs/)
78
* [windows-sys](https://docs.rs/windows-sys)

0 commit comments

Comments
 (0)