Registry / other / iokit-sys

iokit-sys

JSON →
library0.1.5rscratesunverified

FFI bindings for IOKit.

# Cargo.toml [dependencies] IOKit-sys = "0.1.5"
INSTALL
IMPORT
SIG · IOKIT-SYS
I
iokit-sys
otherrustv0.1.5
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.

IOKit
use iokit_sys::*;

Demonstrates using low-level IOKit FFI bindings.

use iokit_sys::*; unsafe { let port = IOMasterPort(0); println!("Master port: {:?}", port); }
Debug
Known issues
gotchaOnly works on macOS/iOS; unsafe FFI calls require careful handling.
fix
Ensure target is macOS and wrap calls in unsafe blocks.
affects: >=0.1.0
Upgrade
Version history
0.1.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
iokit-sys — cargo add iokit-sys · libregistry