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.

Re-exports

pub use libc;

Modules

dir
env
errno
fcntl
features

Feature tests for OS functionality

net

Functionality involving network interfaces

poll

Wait for events to trigger on specific file descriptors

sched
sys
time
unistd

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

Macros

cmsg_space

Create a buffer large enough for storing some control messages as returned by recvmsg.

Enums

Error

Nix Error Type

Traits

NixPath

Type Definitions

Result

Nix Result Type