rustyline-async 0.1.0

A minimal readline with multiline and async support.
Documentation

RustyLine Async

Docs

A minimal readline with multiline and async support.

Inspired by rustyline-async , async-readline & termion-async-input. Build using crossterm

Features

  • Unicode
  • Multiline Editing
  • Ctrl-C, Ctrl-D
  • Ctrl-U to clear line before cursor
  • Ctrl-left & right to move between words
  • Ctrl-L clear screen

Feel free to PR to add more features!

Example:

cargo run --package readline

rustyline-async