rawcmd_style 0.1.0

Command-line colors and other styles.
Documentation
1
2
3
4
5
6
7
> Command-line colors and other styles.

Example:

```rs
Style::new("Greed!").green().to_string();
```