rustix 0.33.7

Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls
Documentation
1
2
3
4
5
6
7
8
mod types;

#[cfg(not(windows))]
pub(crate) mod syscalls;

#[cfg(not(target_os = "wasi"))]
pub use types::{ClockId, DynamicClockId};
pub use types::{Nsecs, Secs, Timespec};