1 unstable release

0.1.0 Apr 16, 2022

#15 in #ctrl-c

EUPL-1.2

13KB
94 lines

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

--

Dependencies

~2–13MB
~118K SLoC