1
- [ ![ Azure Status]] [ Azure ] [ ![ Cirrus- CI Status]] [ Cirrus- CI ] [ ![ Latest Version]] [ crates.io ] [ ![ Documentation]] [ docs.rs ] ![ License]
1
+ [ ![ Azure Status]] [ Azure ] [ ![ Cirrus CI Status]] [ Cirrus CI ] [ ![ Latest Version]] [ crates.io ] [ ![ Documentation]] [ docs.rs ] ![ License]
2
2
3
3
libc - Raw FFI bindings to platforms' system libraries
4
4
====
@@ -47,9 +47,9 @@ newer Rust features are only available on newer Rust toolchains:
47
47
| ` union ` | 1.19.0 |
48
48
| ` const mem::size_of ` | 1.24.0 |
49
49
| ` repr(align) ` | 1.25.0 |
50
- | ` extra_traits ` | 1.25.0 |
50
+ | ` extra_traits ` | 1.25.0 |
51
51
| ` core::ffi::c_void ` | 1.30.0 |
52
- | ` repr(packed(N)) ` | 1.33.0 |
52
+ | ` repr(packed(N)) ` | 1.33.0 |
53
53
54
54
## Platform support
55
55
@@ -58,7 +58,7 @@ newer Rust features are only available on newer Rust toolchains:
58
58
See
59
59
[ ` ci/build.sh ` ] ( https://github.com/rust-lang/libc/blob/master/ci/build.sh )
60
60
for the platforms on which ` libc ` is guaranteed to build for each Rust
61
- toolchain. The test-matrix at [ Azure] and [ Cirrus- CI] show the
61
+ toolchain. The test-matrix at [ Azure] and [ Cirrus CI] show the
62
62
platforms in which ` libc ` tests are run.
63
63
64
64
<div class =" platform_docs " ></div >
@@ -67,10 +67,10 @@ platforms in which `libc` tests are run.
67
67
68
68
This project is licensed under either of
69
69
70
- * [ Apache License, Version 2.0] ( http ://www.apache.org/licenses/LICENSE-2.0)
70
+ * [ Apache License, Version 2.0] ( https ://www.apache.org/licenses/LICENSE-2.0)
71
71
([ LICENSE-APACHE] ( LICENSE-APACHE ) )
72
72
73
- * [ MIT License] ( http ://opensource.org/licenses/MIT)
73
+ * [ MIT License] ( https ://opensource.org/licenses/MIT)
74
74
([ LICENSE-MIT] ( LICENSE-MIT ) )
75
75
76
76
at your option.
@@ -85,16 +85,16 @@ instructions] for more information.
85
85
Contributions in any form (issues, pull requests, etc.) to this project
86
86
must adhere to Rust's [ Code of Conduct] .
87
87
88
- [ Code of Conduct ] : https://www.rust-lang.org/en-US/ conduct.html
88
+ [ Code of Conduct ] : https://www.rust-lang.org/policies/code-of- conduct
89
89
90
90
Unless you explicitly state otherwise, any contribution intentionally submitted
91
91
for inclusion in ` libc ` by you, as defined in the Apache-2.0 license, shall be
92
92
dual licensed as above, without any additional terms or conditions.
93
93
94
94
[ Azure Status ] : https://dev.azure.com/rust-lang2/libc/_apis/build/status/rust-lang.libc?branchName=master
95
95
[ Azure ] : https://dev.azure.com/rust-lang2/libc/_build/latest?definitionId=1&branchName=master
96
- [ Cirrus- CI ] : https://cirrus-ci.com/github/rust-lang/libc
97
- [ Cirrus- CI Status ] : https://api.cirrus-ci.com/github/rust-lang/libc.svg
96
+ [ Cirrus CI ] : https://cirrus-ci.com/github/rust-lang/libc
97
+ [ Cirrus CI Status ] : https://api.cirrus-ci.com/github/rust-lang/libc.svg
98
98
[ crates.io ] : https://crates.io/crates/libc
99
99
[ Latest Version ] : https://img.shields.io/crates/v/libc.svg
100
100
[ Documentation ] : https://docs.rs/libc/badge.svg
0 commit comments