Skip to content

Commit 433d019

Browse files
authored
Link windows-sys crate (rust-lang#3915)
WinAPI provides low level libc-like functions but for Windows. One may expect to find it here, so provide the links. `windows-sys` is provided by Microsoft. Official, looks good.
1 parent 707d32c commit 433d019

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ 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+
Windows API bindings are not included in this crate. If you are looking for WinAPI
15+
bindings, consider using crates like [windows-sys].
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+
[windows-sys]: https://docs.rs/windows-sys
1822

1923
## v1.0 Roadmap
2024

0 commit comments

Comments
 (0)