comat 0.1.1

a better coloring crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
# comat

Small terminal coloring library, using proc macros.
See [lib.rs](https://docs.rs/comat) for more information.

## Usage

```rust
use comat::cprintln;
cprintln!("{red}C{yellow}O{green}L{blue}O{magenta}R{reset}!");
```