posborne / nix-rust

Rust friendly bindings to *nix APIs

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

Usage

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

[dependencies]
nix = "*"

Then, add this to your crate root:

extern crate nix;

About

Rust friendly bindings to *nix APIs

License:MIT License


Languages

Language:Rust 96.9%Language:C 2.8%Language:Shell 0.2%Language:Makefile 0.1%