Skip to content
/ nix Public
forked from nix-rust/nix

Rust friendly bindings to *nix APIs

License

Notifications You must be signed in to change notification settings

keevol/nix

Repository files navigation

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.

About

Rust friendly bindings to *nix APIs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.5%
  • Other 0.5%