mirror of
https://gitlab.com/arnekeller/ascii-table.git
synced 2024-12-04 13:39:06 +00:00
save game
This commit is contained in:
parent
a23a05698a
commit
b1e1a0d0f7
@ -111,7 +111,8 @@ impl Default for AsciiTable {
|
||||
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||
pub struct Column {
|
||||
pub header: String,
|
||||
pub align: Align
|
||||
pub align: Align,
|
||||
pub max_width: usize // TODO:
|
||||
}
|
||||
|
||||
impl Column {
|
||||
|
Loading…
Reference in New Issue
Block a user