A dead simple ANSI terminal color painting library.
```rust use yansi::Paint;
print!("{} light, {} light!", Paint::green("Green"), Paint::red("red").underline()); ```
See the documentation for more.
yansi is licensed under either of the following, at your option: