running-process-platform-internal 4.10.6

Blessed platform process operations for running-process (implementation detail)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! 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;
pub mod terminal_input;
pub mod window_icon;