tui 0.1.0

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

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

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

pub const DOT: &'static str = "";