rsix has been renamed to rustix; provides safe Rust bindings to Linux syscalls.
# Cargo.toml
[dependencies]
rsix = "0.26.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using rsix's Errno type (deprecated, use rustix instead).
Replace rsix with rustix in Cargo.toml and update imports.
No dependency data recorded yet.