libc 0.2.177

Raw FFI bindings to platform libraries like libc.
Documentation
1
2
3
4
//! This directory maps to `include/uapi` in the Linux source tree.

pub(crate) mod linux;
pub use linux::*;