> Formatted string typewriter. This library is for creating formatted strings using ANSI codes. This typewriter is primarily meant for command-line purposes. ## Example ```rs let text = Text::new("Hello Wordl").red().to_string(); ```