a better coloring crate
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,3 +2,10 @@ 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}!"); +``` |