Crate tty_spawn

Source
Expand description

tty-spawn is the underlying library on which teetty is built. It lets you spawn processes in a fake TTY and duplex stdin/stdout so you can communicate with an otherwise user attended process.

Structsยง

TtySpawn
Lets you spawn processes with a TTY connected.