Skip to main content

create_markdown_table

Function create_markdown_table 

Source
pub fn create_markdown_table(
    headers: &[&str],
    rows: &[HashMap<&str, &str>],
) -> Vec<String>