Expand description
A small pseudo-multiline editing library
Re-exports§
pub use error::Error;pub use prebaked::Response;pub use prebaked::read_and;pub use repline::Repline;
Modules§
- editor 🔒
- The Editor is a multi-line buffer of
chars which operates on an ANSI-compatible terminal. - error
- iter 🔒
- Shmancy iterator adapters
- prebaked
- Here’s a menu I prepared earlier!
- raw 🔒
- Sets the terminal to
rawmode for the duration of the returned object’s lifetime. - repline
- Prompts the user, reads the lines. Not much more to it than that.