[][src]Function stybulate::tabulate

pub fn tabulate(
    style: Style,
    contents: Vec<Vec<Cell>>,
    headers: Vec<&str>
) -> String

Tabulate with default alignment (left for strings and decimal for numbers)