This module contains a Span settings, it helps to make a cell take more space then it generally takes.
Span
let mut table = Table::new(&data); table.modify(Columns::one(0), Span::column(2));
Table