| Crates.io | async-tty |
| lib.rs | async-tty |
| version | 0.1.2 |
| created_at | 2025-04-04 10:37:51.785213+00 |
| updated_at | 2025-04-04 10:48:16.926327+00 |
| description | An asynchronous TTY library for Rust |
| homepage | |
| repository | https://github.com/joshka/async-tty |
| max_upload_size | |
| id | 1619770 |
| size | 30,432 |
A prototype fully asynchronous TTY library for Rust.
Other libraries that do async IO on the TTY have some compromises:
This library aims to keep things simple. It will not support Windows 7, so does not need to support the Windows console APIs.
Status: experimental, not ready for production use.