Skip to content

Commit fd3ed6a

Browse files
committed
Link to winapi and windows-sys crates
WinAPI provides low level libc-like functions but for Windows. One may expect to find it here, so provide the links. `winapi` crate works well, but it was last updated four years ago, so it does not seem maintained. `windows-sys` is provided by Microsoft. Official, looks good, but I never used it, and it is somewhat harder to navigate. So include links to both.
1 parent 2c0250f commit fd3ed6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ This crate exports all underlying platform types, functions, and constants under
1111
the crate root, so all items are accessible as `libc::foo`. The types and values
1212
of all the exported APIs match the platform that libc is compiled for.
1313

14+
WinAPI bindings are not included in this crate. If you are looking for WinAPI
15+
bindings, consider using the [winapi] or [windows-sys] crates.
16+
1417
More detailed information about the design of this library can be found in its
1518
[associated RFC][rfc].
1619

1720
[rfc]: https://github.com/rust-lang/rfcs/blob/HEAD/text/1291-promote-libc.md
21+
[winapi]: https://docs.rs/winapi
22+
[windows-sys]: https://docs.rs/windows-sys
1823

1924
## v1.0 Roadmap
2025

0 commit comments

Comments
 (0)