3 releases

0.1.2 Apr 22, 2020
0.1.1 Apr 22, 2020
0.1.0 Apr 22, 2020

#8 in #typewriter

MIT license

8KB
191 lines

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();

Dependencies

~3–4.5MB
~73K SLoC