Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 226 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 226 Bytes

comat

Small terminal coloring library, using proc macros. See lib.rs for more information.

Usage

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