2016-02-29 20:21:39 +01:00
2016-02-27 01:53:19 +08:00
2015-02-19 19:30:19 -08:00
2016-02-28 08:41:01 +04:00
2015-02-20 16:27:29 -08:00
2015-02-02 10:51:34 -08:00

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 crates.io

Documentation

API documentation generated by rustdoc:

Usage

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

[dependencies]
nix = "*"

Then, add this to your crate root:

extern crate nix;

Contributing

See CONTRIBUTING.

Description
No description provided
Readme MIT 5.2 MiB
Languages
Rust 99.9%