Registry / cli / colorify

colorify

JSON →
library0.2.3rscratesunverified

Convenience macros for printing to the terminal in color on non-Windows platforms.

# Cargo.toml [dependencies] colorify = "0.2.3"
INSTALL
IMPORT
SIG · COLORIFY
C
colorify
clirustv0.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

red_println
use colorify::*;

Print colored text to the terminal using macros.

use colorify::*; fn main() { red_println!("This is red text"); }
Debug
Known issues
gotchaOnly works on non-Windows platforms; Windows users need alternative approaches.
fix
Use a cross-platform crate like `colored` or `ansi_term` for Windows support.
affects: >=0.2.3
Upgrade
Version history
0.2.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources
colorify — cargo add colorify · libregistry