/txttyp

Formatted string typewriter.

Primary LanguageRustMIT LicenseMIT

Formatted string typewriter.

This library is for creating formatted strings using ANSI codes. This typewriter is primarily meant for command-line purposes.

Example

let text = Text::new("Hello Wordl").red().to_string();