Crate console_relay

Source
Expand description

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

Structs§

Functions§

  • 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.
  • Computes a random console path (pipe path for Windows, Unix socket path for Unix).
  • Synchronously relays stdio to the pipe (Windows) or socket (Unix) pointed to by path.