Rust friendly bindings to *nix APIs, providing safe wrappers for system calls.
# Cargo.toml
[dependencies]
nix = "0.31.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to get the current process ID using nix.
Use conditional compilation with #[cfg(unix)] or target only Unix platforms.
No dependency data recorded yet.