stemjail / tty-rs

Pseudoterminal Rust library
https://stemjail.github.io/rustdoc/tty/
GNU General Public License v3.0
29 stars 9 forks source link
proxy terminal

tty-rs

tty is a thread-safe library to create and use a new pseudoterminal (PTY):

The I/O forward uses splice(2), which is Linux specific, enabling zero-copy transfers.

Build with Rust >= 1.15.0 .

This library is a work in progress. The API may change.