nix 0.3.3

Rust friendly bindings to *nix APIs
docs.rs failed to build nix-0.3.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: nix-0.28.0

Rust bindings to *nix APIs

Rust friendly bindings to various *nix platform APIs (Linux, Darwin, ...). The goal is to not provide a 100% unified interface, but to unify what can be while still providing platform specific APIs.

Build Status

Usage

To use nix, first add this to your Cargo.toml:

[dependencies]
nix = "*"

Then, add this to your crate root:

extern crate nix;