Registry / networking / iocuddle

iocuddle

JSON →
library0.2.0rscratesunverified

Library for building runtime-safe Linux ioctl() interfaces.

# Cargo.toml [dependencies] iocuddle = "0.2.0"
INSTALL
IMPORT
SIG · IOCUDDLE
I
iocuddle
networkingrustv0.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 iocuddle::Ioctl;

Create a new ioctl command.

use iocuddle::Ioctl; fn main() { let ioctl = Ioctl::new(0x12, 0x34); println!("Ioctl: {:?}", ioctl); }
Debug
Known issues

No known issues recorded.

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
iocuddle — cargo add iocuddle · libregistry