#read-line #history #bare-bones #async-ready

readline-async

Async-ready readline alternative

1 unstable release

0.1.0 Apr 16, 2022

#28 in #bare-bones

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
~106K SLoC