cursive 0.14.1

A TUI (Text User Interface) library focused on ease-of-use.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Toolbox to make text layout easier.

mod counter;
#[macro_use]
mod immutify;
pub mod lines;
pub mod markup;
mod reader;
pub mod span;

pub use self::counter::Counter;
pub use self::reader::ProgressReader;