Module owo_colors::colored

source ·
Expand description

Module for drop-in colored support to aid in porting code from colored to owo-colors.

Just replace:

use colored::*;

with

use owo_colors::colored::*;

Re-exports§

Modules§

  • A couple of functions to enable and disable coloring similarly to colored