Skip to main content

grid

Function grid 

Source
pub fn grid(
    headers: &[&str],
    rows: impl IntoIterator<Item = Vec<String>>,
) -> String
Expand description

Headered grid. Headers are styled; the first column is a token.