yansi

Build Status Current Crates.io Version Documentation

A dead simple ANSI terminal color painting library.

```rust use yansi::Paint;

println!("Testing, {}, {}, {}!", "Ready".bold(), "Set".black().onyellow().invert().italic(), "STOP".white().onred().bright().underline().bold()); ```

> Testing, Ready, Set, STOP!

Features

Why yet another ANSI terminal coloring library? Here are some reasons:

License

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