rustyline-async 0.1.2

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. Built using crossterm

Features

  • Unicode
  • Multiline Editing
  • Ctrl-C, Ctrl-D are returned as Err(Interrupt) and Err(Eof) respectively.
  • 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