We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1236fed + e67dcdb commit 7644a1fCopy full SHA for 7644a1f
src/lib.rs
@@ -8,6 +8,10 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
//! libc - Raw FFI bindings to platforms' system libraries
11
+//!
12
+//! [Documentation for other platforms][pd].
13
14
+//! [pd]: https://rust-lang.github.io/libc/#platform-specific-documentation
15
#![crate_name = "libc"]
16
#![crate_type = "rlib"]
17
#![cfg_attr(not(feature = "rustc-dep-of-std"), deny(warnings))]
0 commit comments