Crates.io | rustyline-async |
lib.rs | rustyline-async |
version | 0.4.3 |
source | src |
created_at | 2022-03-29 15:56:54.525663 |
updated_at | 2024-08-05 19:38:33.404288 |
description | A minimal readline with multiline and async support. |
homepage | |
repository | https://github.com/zyansheep/rustyline-async |
max_upload_size | |
id | 558600 |
size | 77,012 |
A minimal readline with multiline and async support.
Inspired by rustyline
,
async-readline
, &
termion-async-input
. Built using
crossterm
.
crossterm
.Ok(Interrupt)
and Ok(Eof)
ReadlineEvent
s.crossterm
's event-stream
featureFeel free to PR to add more features!
cargo run --example readline
This software is licensed under The Unlicense license.