File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,15 @@ Raw FFI bindings to platform libraries like `libc`.
8
8
[ ![ Build Status] ( https://api.cirrus-ci.com/github/rust-lang/libc.svg )] ( https://cirrus-ci.com/github/rust-lang/libc )
9
9
[ ![ Latest version] ( https://img.shields.io/crates/v/libc.svg )] ( https://crates.io/crates/libc )
10
10
[ ![ Documentation] ( https://docs.rs/libc/badge.svg )] ( https://docs.rs/libc )
11
- ![ License] ( https://img.shields.io/crates/l/libc.svg )
11
+ ![ License] (https://img.shields.io/crates/l/libc.svg **
12
+
13
+ ** NOTE:** The minimum supported Rust version is Rust 1.13.0 . APIs requiring newer Rust features are only available on newer Rust versions:
14
+
15
+ | Feature | Version |
16
+ | ----------------------| ---------|
17
+ | ` union ` | 1.19.0 |
18
+ | ` const mem::size_of ` | 1.24.0 |
19
+ | ` core::ffi::c_void ` | 1.30.0 |
12
20
13
21
## Usage
14
22
You can’t perform that action at this time.
0 commit comments