Crate console_relay

Source
Expand description

Code to launch a terminal emulator for relaying input/output.

Structs§

Console
An external console window.
ConsoleLaunchOptions
Options to configure a new console window during launch.

Functions§

launch_console
Launches the terminal application app (or the system default), and launch hvlite as a child of that to relay the data in the pipe/socket referred to by path. Additional launch options can be specified with launch_options.
random_console_path
Computes a random console path (pipe path for Windows, Unix socket path for Unix).
relay_console
Synchronously relays stdio to the pipe (Windows) or socket (Unix) pointed to by path.