running_process_platform_internal/platform.rs
1//! Neutral indexes for host-mechanics capabilities.
2//!
3//! Concrete host selection and implementations are private to this package.
4//! Callers will use these stable capability names rather than selecting a host.
5
6pub mod executable;
7pub mod fs;
8pub mod host;
9pub mod ipc;
10pub mod process;
11pub mod terminal;
12pub mod terminal_input;
13pub mod window_icon;