repline: Promote to its own crate!
cl-repl: Major refactor based on the design of typeck.rs
This commit is contained in:
13
repline/src/lib.rs
Normal file
13
repline/src/lib.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
//! A small pseudo-multiline editing library
|
||||
|
||||
mod editor;
|
||||
mod iter;
|
||||
mod raw;
|
||||
|
||||
pub mod error;
|
||||
pub mod prebaked;
|
||||
pub mod repline;
|
||||
|
||||
pub use error::Error;
|
||||
pub use prebaked::{read_and, Response};
|
||||
pub use repline::Repline;
|
||||
Reference in New Issue
Block a user