rustix 0.33.7

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

pub(crate) mod syscalls;

pub use types::{ClockId, DynamicClockId, Nsecs, Secs, Timespec};