to_cell_vec

Function to_cell_vec 

Source
fn to_cell_vec(table: Vec<Vec<String>>) -> Vec<Vec<CellStruct>>
Expand description

Transform a Vec<Vec<String>> from the Library to a Vec<Vec<CellStruct>> used by the cli_table crate. The first column is left-aligned, all others right-aligned.