cliprint 0.1.0

a crate to generate the cli output
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[derive(Clone, Copy, Debug, Default)]
pub enum Alignment {
    #[default]
    Left,
    Right,
}

#[derive(Clone, Copy, Debug)]
pub struct RowSettings {
    pub spacing: usize,
}