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.
1 parent b905aef commit e67dcdbCopy full SHA for e67dcdb
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