Docs.rs
nix-0.30.1
nix 0.30.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
carllerche
github:nix-rust:nix-maintainers
Dependencies
bitflags ^2.3.3
normal
cfg-if ^1.0
normal
libc ^0.2.171
normal
memoffset ^0.9
normal
optional
pin-utils ^0.1.0
normal
optional
assert-impl ^0.1
dev
parking_lot ^0.12
dev
rand ^0.9
dev
semver ^1.0.7
dev
tempfile ^3.7.1
dev
cfg_aliases ^0.2.1
build
caps ^0.5.3
dev
sysctl ^0.4
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-ios
aarch64-linux-android
x86_64-apple-darwin
x86_64-unknown-freebsd
x86_64-unknown-fuchsia
x86_64-unknown-illumos
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
nix
0.30.1
In nix::
sys::
stat
nix
::
sys
::
stat
Function
FileStat
Copy item path
Source
pub unsafe extern "C" fn FileStat( path:
*const
i8
, buf:
*mut
stat
, ) ->
i32
Available on
crate feature
fs
only.