Module for drop-in colored support to aid in porting code from colored to owo-colors.
colored
Just replace:
use colored::*;
with
use owo_colors::colored::*;
pub use crate::AnsiColors as Color;
pub use crate::OwoColorize;