readline-async

Crates.ioreadline-async
lib.rsreadline-async
version0.1.0
sourcesrc
created_at2022-04-16 21:08:49.516345
updated_at2022-04-16 21:08:49.516345
descriptionAsync-ready readline alternative
homepage
repositoryhttps://gitlab.com/sornas/readline-async
max_upload_size
id569148
size38,820
Gustav Sörnäs (sornas)

documentation

README

readline-async

An async-ready readline alternative for Rust.

This is currently very barebones and supports:

  • entering chars
  • backspace
  • enter
  • ctrl+d and ctrl+c
  • append lines to the history

.. 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

Commit count: 12

cargo fmt