Skip to main content

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 autostart;
7pub mod executable;
8pub mod fs;
9pub mod host;
10pub mod ipc;
11pub mod process;
12pub mod resources;
13pub mod terminal;
14pub mod terminal_input;
15pub mod window_icon;