Skip to content

Commit 17a5f00

Browse files
authored
Update readme.md
1 parent 50b241e commit 17a5f00

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/readme.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@
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

55
* [Getting started](https://kennykerr.ca/rust-getting-started/)
6-
* Crate documentation
7-
* [windows](https://microsoft.github.io/windows-docs-rs/)
8-
* [windows-sys](https://docs.rs/windows-sys)
9-
* [Frequently Asked Questions](https://github.com/microsoft/windows-rs/tree/master/docs/FAQ.md)
106
* [Samples](https://github.com/microsoft/windows-rs/tree/0.44.0/crates/samples)
11-
* [Changelog](https://github.com/microsoft/windows-rs/releases)
7+
* [Releases](https://github.com/microsoft/windows-rs/releases)
128

139
Start by adding the following to your Cargo.toml file:
1410

0 commit comments

Comments
 (0)