Registry / utility / ioctl-rs

ioctl-rs

JSON →
library0.2.0rscratesunverified

Rust bindings for system ioctls.

# Cargo.toml [dependencies] ioctl-rs = "0.2.0"
INSTALL
IMPORT
SIG · IOCTL-RS
I
ioctl-rs
utilityrustv0.2.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.

ioctl
use ioctl_rs::ioctl;

Perform an ioctl syscall.

use ioctl_rs::ioctl; fn main() { let result = unsafe { ioctl(0, 0, 0) }; println!("{:?}", result); }
Debug
Known issues
gotchaUnsafe function
fix
Ensure proper error handling and safety.
affects: >=0.1.0
Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ioctl-rs — cargo add ioctl-rs · libregistry