A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.
# Cargo.toml
[dependencies]
mach = "0.3.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates usage of the Mach port type.
Use conditional compilation with #[cfg(target_os = "macos")] or similar.
No dependency data recorded yet.