libc 0.2.185

Raw FFI bindings to platform libraries like libc.
Documentation
1
2
3
4
5
6
//! System headers (`sys/*`)

pub(crate) mod mman;
pub(crate) mod sched;
pub(crate) mod stat;
pub(crate) mod types;