lool/lib/cli/stylize.rs

8 lines
94 B
Rust

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