pub fn render_table( headers: &[&str], rows: &[Vec<&str>], mode: TableMode, style: TableStyle, ) -> String