Skip to main content

table

Function table 

Source
pub fn table(headers: &[&str], rows: &[Vec<String>]) -> String
Expand description

Render a simple table with a header row and data rows.