1 2 3 4 5 6 7
//! Styling, ANSI color, and themes for progress indicators. pub mod color; #[path = "style.rs"] pub mod style_impl; pub use style_impl as style; pub mod theme;