rusty_repl 0.3.0

REPL library with customisable prompts and clean terminal management.
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]
mod repl;

pub use nu_ansi_term::Color;
pub use reedline::DefaultPromptSegment;
pub use repl::config::ReplConfig;
pub use repl::prompt::CleanPrompt;
pub use repl::repl::Repl;
pub use repl::style::KeywordStyle;