mirror of
https://github.com/jiangcuo/nix.git
synced 2026-01-22 22:30:42 +00:00
586 B
586 B
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.
Usage
To use nix, first add this to your Cargo.toml:
[dependencies]
nix = "*"
Then, add this to your crate root:
extern crate nix;