brayniac / nix

nix-rust patched for netbsd kqueue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

nix-rust patched for netbsd kqueue

License:MIT License


Languages

Language:Rust 97.4%Language:C 2.5%Language:Shell 0.1%