Crate nix[][src]

Expand description

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

Feature tests for OS functionality

Functionality involving network interfaces

Wait for events to trigger on specific file descriptors

Safe wrappers around functions found in libc “unistd.h” header

Macros

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

Enums

Nix Error Type

Traits

Type Definitions

Nix Result Type