ptyprocess

A library provides an interface for a PTY/TTY communications.
It has an sync and async backends. Default is sync.
You can turn on an async interface by async feature.
Usage
use PtyProcess;
use Command;
use ;
Async
It must support most runtimes such (tokio, async-std, smol etc.).
use PtyProcess;
use Command;
use ;