Crate nix [] [src]

Rust friendly bindings to the various *nix system functions.

Modules are structured according to the C header file that they would be defined in.

Modules

errno
fcntl
features
libc
mount
mqueue

Posix Message Queue functions

net
poll
pty

Create master and slave virtual pseudo-terminals (PTYs)

sched
sys
ucontext
unistd

Safe wrappers around functions found in libc "unistd.h" header

Macros

ioctl

Generates ioctl functions. See ::sys::ioctl.

Enums

Errno
Error

Nix Error Type

Traits

NixPath

Type Definitions

Result

Nix Result Type