//! Toolbox to make text layout easier. mod reader; pub mod span; pub mod lines; pub mod markup; pub use self::reader::ProgressReader;