text_table 0.0.4

A library to create formatted plain-text tables from arbitrary data.
1
2
3
4
5
6
#[derive(Clone, Copy, PartialEq, Debug)]
pub enum Alignment {
    Left,
    Center,
    Right
}