uapi 0.2.13

Wrappers for OS APIs on UNIX-like platform
Documentation
#![allow(deprecated)]

extern crate proc; // https://github.com/rust-lang/rust/issues/64450

mod dir;
mod errno;
mod fcntl;
mod fd;
mod file;
mod ioctl;
mod mount;
mod other;
mod pod;
mod poll;
mod process;
mod result;
mod sched;
mod signal;
mod socket;
mod timer;
mod ustr;
mod util;