Lines Matching refs:nix
1 # Rust bindings to *nix APIs
3 …uild Status](https://api.cirrus-ci.com/github/nix-rust/nix.svg)](https://cirrus-ci.com/github/nix-…
4 [![crates.io](http://meritbadge.herokuapp.com/nix)](https://crates.io/crates/nix)
6 [Documentation (Releases)](https://docs.rs/nix/)
8 Nix seeks to provide friendly bindings to various *nix platform APIs (Linux, Darwin,
19 exposed by libc and nix for the
27 // nix api (returns a nix::Result<CStr>)
33 nix target support consists of two tiers. While nix attempts to support all
47 The following targets are supported by `nix`:
90 `nix` requires Rust 1.40.0 or newer.
92 To use `nix`, add this to your `Cargo.toml`:
96 nix = "0.20.0"
104 Feel free to join us in [the nix-rust/nix](https://gitter.im/nix-rust/nix) channel on Gitter to
105 discuss `nix` development.