rust-pty
Low-level pseudo-terminal (PTY) abstraction for Rust.
Features
- Async I/O with Tokio
- PTY allocation and configuration
- Window size management
- Child process spawning
- Signal handling
Usage
use ;
async
Platform Support
- Unix: Linux, macOS, BSD (via rustix PTY)
- Windows: Windows 10 1809+ (via ConPTY)
License
Licensed under MIT or Apache-2.0.