@@ -11,8 +11,8 @@ This crate exports all underlying platform types, functions, and constants under
1111the crate root, so all items are accessible as ` libc::foo ` . The types and values
1212of 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] .
14+ Windows API bindings are not included in this crate. If you are looking for
15+ WinAPI bindings, consider using crates like [ windows-sys] .
1616
1717More detailed information about the design of this library can be found in its
1818[ associated RFC] [ rfc ] .
@@ -43,32 +43,31 @@ libc = "0.2"
4343
4444## Features
4545
46- * ` std ` : by default ` libc ` links to the standard library. Disable this
47- feature to remove this dependency and be able to use ` libc ` in ` #![no_std] `
48- crates.
46+ * ` std ` : by default ` libc ` links to the standard library. Disable this feature
47+ to remove this dependency and be able to use ` libc ` in ` #![no_std] ` crates.
4948
5049* ` extra_traits ` : all ` struct ` s implemented in ` libc ` are ` Copy ` and ` Clone ` .
5150 This feature derives ` Debug ` , ` Eq ` , ` Hash ` , and ` PartialEq ` .
5251
53- * ` const-extern-fn ` : Changes some ` extern fn ` s into ` const extern fn ` s.
54- If you use Rust >= 1.62, this feature is implicitly enabled.
55- Otherwise it requires a nightly rustc.
52+ * ` const-extern-fn ` : Changes some ` extern fn ` s into ` const extern fn ` s. If you
53+ use Rust >= 1.62, this feature is implicitly enabled. Otherwise it requires a
54+ nightly rustc.
5655
5756## Rust version support
5857
59- The minimum supported Rust toolchain version is currently ** Rust 1.63.0**
60- (libc does not currently have any policy regarding changes to the minimum
61- supported Rust version; such policy is a work in progress).
58+ The minimum supported Rust toolchain version is currently ** Rust 1.63.0** (libc
59+ does not currently have any policy regarding changes to the minimum supported
60+ Rust version; such policy is a work in progress).
6261
6362## Platform support
6463
65- You can see the platform(target)-specific docs on [ docs.rs] , select a platform you want to see.
64+ You can see the platform(target)-specific docs on [ docs.rs] , select a platform
65+ you want to see.
6666
67- See
68- [ ` ci/build.sh ` ] ( https://github.com/rust-lang/libc/blob/HEAD/ci/build.sh )
69- for the platforms on which ` libc ` is guaranteed to build for each Rust
70- toolchain. The test-matrix at [ GitHub Actions] and [ Cirrus CI] show the
71- platforms in which ` libc ` tests are run.
67+ See [ ` ci/build.sh ` ] ( https://github.com/rust-lang/libc/blob/HEAD/ci/build.sh ) for
68+ the platforms on which ` libc ` is guaranteed to build for each Rust toolchain.
69+ The test-matrix at [ GitHub Actions] and [ Cirrus CI] show the platforms in which
70+ ` libc ` tests are run.
7271
7372<div class =" platform_docs " ></div >
7473
@@ -86,13 +85,13 @@ at your option.
8685
8786## Contributing
8887
89- We welcome all people who want to contribute. Please see the [ contributing
90- instructions] for more information.
88+ We welcome all people who want to contribute. Please see the
89+ [ contributing instructions] for more information.
9190
9291[ contributing instructions ] : https://github.com/rust-lang/libc/blob/HEAD/CONTRIBUTING.md
9392
94- Contributions in any form (issues, pull requests, etc.) to this project
95- must adhere to Rust's [ Code of Conduct] .
93+ Contributions in any form (issues, pull requests, etc.) to this project must
94+ adhere to Rust's [ Code of Conduct] .
9695
9796[ Code of Conduct ] : https://www.rust-lang.org/policies/code-of-conduct
9897
0 commit comments