Registry / other / rsix
library0.26.0rscratesunverified

rsix has been renamed to rustix; provides safe Rust bindings to Linux syscalls.

# Cargo.toml [dependencies] rsix = "0.26.0"
INSTALL
IMPORT
SIG · RSIX
R
rsix
otherrustv0.26.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Errno
use rsix::io::Errno;

Demonstrates using rsix's Errno type (deprecated, use rustix instead).

use rsix::io::Errno; fn main() { let e = Errno::from_raw_os_error(2); println!("{:?}", e); }
Debug
Known issues
breakingCrate renamed to rustix; rsix is no longer maintained.
fix
Replace rsix with rustix in Cargo.toml and update imports.
affects: >=0.26.0
Upgrade
Version history
0.26.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
rsix — cargo add rsix · libregistry