Crate color_print_proc_macro

Source
Expand description

This internal library provides the procedural macros needed by the crate color-print.

Macros§

ceprint
The same as eprint!(), but parses color tags.
ceprintln
The same as eprintln!(), but parses color tags.
cformat
The same as format!(), but parses color tags.
cprint
The same as print!(), but parses color tags.
cprintln
The same as println!(), but parses color tags.
cstr
Colorizes a string literal, without formatting the format!-like placeholders.
cwrite
The same as write!(), but parses color tags.
cwriteln
The same as writeln!(), but parses color tags.
untagged
Removes all the color tags from the given string literal.