txtframe 0.4.0

Creates a frame for text.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// Sets a predetermined frame.
#[allow(missing_docs)]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum FrameVar {
    Space,
    Double,
    Round,
    HorDouble,
    VertDouble,
    Heavy,
    Light,
    VertHeavy,
    HorHeavy,
}