1
2
3
4
5
mod color;
mod writer;

pub use color::{ColorSupport, detect_color_support_cached};
pub use writer::get_writer;