rustix 0.37.23

Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod addr;
pub(crate) mod ext;
#[cfg(not(any(target_os = "redox", target_os = "wasi", windows)))]
pub(crate) mod msghdr;
pub(crate) mod read_sockaddr;
pub(crate) mod send_recv;
pub(crate) mod syscalls;
pub(crate) mod types;
pub(crate) mod write_sockaddr;