bottom 0.12.3

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

pub mod data_table;
pub mod pipe_gauge;
pub mod time_graph;
pub mod widget_carousel;