Crates.io | readline-async |
lib.rs | readline-async |
version | 0.1.0 |
source | src |
created_at | 2022-04-16 21:08:49.516345 |
updated_at | 2022-04-16 21:08:49.516345 |
description | Async-ready readline alternative |
homepage | |
repository | https://gitlab.com/sornas/readline-async |
max_upload_size | |
id | 569148 |
size | 38,820 |
An async-ready readline alternative for Rust.
This is currently very barebones and supports:
char
s.. so not that fancy of a readline.
There is an [example] you can look at if you want to see how it is used.
Feel free to open [issues] if there is some functionality you need.
Licensed under the EUPL-1.2-or-later. [license]
-- [example]: https://gitlab.com/sornas/readline-async/-/blob/main/examples/delayed-echo.rs [issues]: https://gitlab.com/sornas/readline-async/-/issues [license]: https://gitlab.com/sornas/readline-async/-/blob/main/LICENSE