An atomic output library based on Rust that supports output functionalities through functions, builders, and other methods. It allows customization of text and background colors.
//! color-output
//!//! An atomic output library based on Rust that supports output
//! functionalities through functions, builders, and other methods.
//! It allows customization of text and background colors.
modcolor;modtask;modtext;modutils;pubuse{color::*,task::*,text::*,utils::*};pubusehyperlane_time::*;usestd::{borrow::Cow,fmt::{self, Display},io::Write,ops::Deref,slice::Iter,};