format_table

Function format_table 

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

Create a table with headers and rows