Terminal Color Builder for Rust
Printing colorful terminal outputs using a builder pattern.
This library is useful for whenever you need to print colorfol something to the terminal.
For example if you need to print a warning into the terminal with red background and white font-color, you could use something like this:
use OutputFormatter as tcb;
println!;
Result:
This is chainable for as long as necessary. Building rainbox-esque outputs through this is absolutely possible.
use OutputFormatter as tcb;
/// Building a rainbow-colored text
println!;
This prints the following into the CLI: