3 releases

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

#8 in #typewriter

42 downloads per month

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

~2.2–3MB
~54K SLoC