diff options
author | gnzlbg <gonzalobg88@gmail.com> | 2019-03-02 11:13:32 +0100 |
---|---|---|
committer | gnzlbg <gonzalobg88@gmail.com> | 2019-03-02 11:13:32 +0100 |
commit | e67dcdbccbf1533db114751527c30e75196cc490 (patch) | |
tree | b33e31ee90fc6d7a2b9cf5e5a227d4973c79cca1 /src/lib.rs | |
parent | b905aef34008c962ef8a4410216eae65bbb7f68f (diff) | |
download | rust-libc-e67dcdbccbf1533db114751527c30e75196cc490.tar.gz |
Link docs for other platforms in docs.rs
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs index 0e1f447ce7..2fec61c2c0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,6 +8,10 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. //! libc - Raw FFI bindings to platforms' system libraries +//! +//! [Documentation for other platforms][pd]. +//! +//! [pd]: https://rust-lang.github.io/libc/#platform-specific-documentation #![crate_name = "libc"] #![crate_type = "rlib"] #![cfg_attr(not(feature = "rustc-dep-of-std"), deny(warnings))] |