bottom 0.14.6

A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows.
Documentation
1
2
3
4
5
6
7
8
//! Lower-level or shared drawing components used throughout bottom.

pub mod data_table;
pub mod pipe_gauge;
pub mod scroll_bar;
pub mod search_input;
pub mod time_series;
pub mod widget_carousel;