7 lines
88 B
Rust
7 lines
88 B
Rust
mod style;
|
|
mod stylizer;
|
|
|
|
pub use stylizer::{stylize, Stylize};
|
|
|
|
#[cfg(test)]
|
|
mod tests; |