//! Interface with macOS-specific bits. #![deny(missing_docs)] #![cfg(target_os = "macos")] /// Processes pub mod process;