//! Neutral indexes for host-mechanics capabilities.
//!
//! Concrete host selection and implementations are private to this package.
//! Callers will use these stable capability names rather than selecting a host.
pub mod executable;
pub mod fs;
pub mod host;
pub mod ipc;
pub mod process;
pub mod terminal;