Docs.rs
nix-0.20.0
nix 0.20.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
carllerche
github:nix-rust:nix-maintainers
Dependencies
bitflags ^1.1
normal
cfg-if ^1.0
normal
libc ^0.2.82
normal
bytes ^0.4.8
dev
lazy_static ^1.2
dev
rand ^0.6
dev
semver ^0.9.0
dev
tempfile ^3.0.5
dev
caps ^0.5.1
dev
cc ^1
build
sysctl ^0.1
dev
Versions
62.93%
of the crate is documented
Go to latest version
Platform
aarch64-apple-ios
aarch64-linux-android
x86_64-apple-darwin
x86_64-fuchsia
x86_64-unknown-freebsd
x86_64-unknown-linux-gnu
x86_64-unknown-netbsd
x86_64-unknown-redox
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition Result
nix
?
Type Definition
nix
::
Result
[
−
]
[src]
type Result<T> =
Result
<T,
Error
>;
Nix Result Type