yansi

A dead simple ANSI terminal color painting library.

```rust use yansi::Paint; use yansi::Color::White;

println!("{} light, {} light!", Paint::green("Green"), Paint::red("red")); ```

See the documentation for more.

License

State is licensed under either of the following, at your option: