Crate color_print_proc_macro

source ·
Expand description

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

Macros§

  • The same as format!(), but parses color tags.
  • The same as print!(), but parses color tags.
  • The same as println!(), but parses color tags.
  • Colorizes a string literal, without formatting the format!-like placeholders.
  • Removes all the color tags from the given string literal.