tui 0.4.0

A library to build rich terminal user interfaces or dashboards
Documentation
pub mod block {
    pub const FULL: &str = "";
    pub const SEVEN_EIGHTHS: &str = "";
    pub const THREE_QUATERS: &str = "";
    pub const FIVE_EIGHTHS: &str = "";
    pub const HALF: &str = "";
    pub const THREE_EIGHTHS: &str = "";
    pub const ONE_QUATER: &str = "";
    pub const ONE_EIGHTH: &str = "";
}

pub mod bar {
    pub const FULL: &str = "";
    pub const SEVEN_EIGHTHS: &str = "";
    pub const THREE_QUATERS: &str = "";
    pub const FIVE_EIGHTHS: &str = "";
    pub const HALF: &str = "";
    pub const THREE_EIGHTHS: &str = "";
    pub const ONE_QUATER: &str = "";
    pub const ONE_EIGHTH: &str = "";
}

pub mod line {
    pub const TOP_RIGHT: &str = "";
    pub const VERTICAL: &str = "";
    pub const HORIZONTAL: &str = "";
    pub const TOP_LEFT: &str = "";
    pub const BOTTOM_RIGHT: &str = "";
    pub const BOTTOM_LEFT: &str = "";
    pub const VERTICAL_LEFT: &str = "";
    pub const VERTICAL_RIGHT: &str = "";
    pub const HORIZONTAL_DOWN: &str = "";
    pub const HORIZONTAL_UP: &str = "";
}

pub const DOT: &str = "";