We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca12725 commit 5c796c5Copy full SHA for 5c796c5
README.md
@@ -13,11 +13,11 @@ Raw FFI bindings to platform libraries like `libc`.
13
**NOTE:** The minimum supported Rust version is **Rust 1.13.0** . APIs requiring
14
newer Rust features are only available on newer Rust versions:
15
16
-| Feature | Version |
17
-|-------------------------|---------|
18
-| `union` | 1.19.0 |
+| Feature | Version |
+|----------------------|---------|
+| `union` | 1.19.0 |
19
| `const mem::size_of` | 1.24.0 |
20
-| `repr(align)` | 1.25.0 |
+| `repr(align)` | 1.25.0 |
21
| `core::ffi::c_void` | 1.30.0 |
22
23
To use `libc` at its fullest, Rust 1.30.0 is required.
0 commit comments