1 2 3 4 5 6 7 8
//! Components to help build your output from. pub use self::span::span; pub use self::text::newline; pub use self::text::text; mod span; mod text;