pub fn table(headers: &[&str], rows: &[Vec<String>]) -> String
Render a simple table with a header row and data rows.