//! Text, styling, ANSI parsing, and Unicode-aware wrapping.
//!
//! Text constructors reject structural terminal content in plain strings. Use
//! raw or ANSI constructors when input may include ANSI sequences or multiple
//! lines.
pub use Text;
pub use Color;
pub use TextError;
pub use Line;
pub use Modifiers;
pub use Span;
pub use Style;