Crates.io | comat |
lib.rs | comat |
version | 0.1.3 |
source | src |
created_at | 2023-09-16 05:52:52.996967 |
updated_at | 2023-09-17 11:09:52.4558 |
description | a better coloring crate |
homepage | |
repository | https://github.com/bend-n/comat |
max_upload_size | |
id | 974190 |
size | 16,455 |
Small terminal coloring library, using proc macros. See lib.rs for more information.
use comat::cprintln;
cprintln!("{red}C{yellow}O{green}L{blue}O{magenta}R{reset}!");