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.

Reexports

pub extern crate libc;

Modules

errno
fcntl
features
ifaddrs

Query network interface addresses

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

Error

Nix Error Type

Traits

NixPath

Type Definitions

Result

Nix Result Type