Docs.rs
rustix-1.0.8
rustix 1.0.8
Permalink
Docs.rs crate page
Apache-2.0
WITH LLVM-exception OR
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
sunfishcode
Dependencies
bitflags ^2.4.0
normal
rustc-std-workspace-core ^1.0.0
normal
optional
rustc-std-workspace-alloc ^1.0.0
normal
optional
flate2 ^1.0
dev
libc ^0.2.168
dev
errno ^0.3.10
dev
memoffset ^0.9.0
dev
serial_test ^2.0.0
dev
static_assertions ^1.1.0
dev
tempfile ^3.5.0
dev
linux-raw-sys ^0.9.2
normal
criterion ^0.4
dev
libc ^0.2.168
normal
optional
errno ^0.3.10
normal
optional
linux-raw-sys ^0.9.2
normal
libc ^0.2.168
normal
errno ^0.3.10
normal
errno ^0.3.10
normal
windows-sys >=0.52, <0.61
normal
once_cell ^1.20.3
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
wasm32-unknown-emscripten
wasm32-wasip1
x86_64-pc-windows-msvc
x86_64-unknown-freebsd
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
rustix
1.0.8
In rustix::
io_
uring
rustix
::
io_uring
Type Alias
Nsecs
Copy item path
Source
pub type Nsecs =
i64
;
Available on
crate feature
io_uring
only.
Expand description
A type for the
tv_nsec
field of
Timespec
.