lool/lib/cli/stylize.rs

7 lines
88 B
Rust

mod style;
mod stylizer;
pub use stylizer::{stylize, Stylize};
#[cfg(test)]
mod tests;