print_table

Function print_table 

Source
pub fn print_table(
    header: &str,
    cols: &[&str],
    rows: &[Vec<String>],
    col_widths: &[usize],
)
Expand description

Print a formatted table with header, columns, and rows