libc 0.2.182

Raw FFI bindings to platform libraries like libc.
Documentation
1
2
3
4
5
6
7
8
9
//! Directory: `sys/`
//!
//! https://github.com/NetBSD/src/tree/trunk/sys/sys

pub(crate) mod ipc;
pub(crate) mod statvfs;
pub(crate) mod time;
pub(crate) mod timex;
pub(crate) mod types;