term-kit 0.2.5

A simple terminal UI toolkit for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod infobox;
pub mod listselector;
#[cfg(feature = "full-tui-interface")]
pub mod meter;
pub mod progressbar;
pub mod prompt;
pub mod spinner;
pub mod table;

pub mod color {
    pub use crossterm::style::Color;
}