rustix 0.33.7

Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls
Documentation
1
2
3
4
5
6
7
8
//! Tests for [`rustix::thread`].

#![cfg(not(windows))]

#[cfg(not(any(target_os = "redox")))]
mod clocks;
#[cfg(any(target_os = "android", target_os = "linux"))]
mod id;