Files
bottom/src/components.rs
T
Clement Tsang b6a75db1b4 refactor: switch to pipe gauge implementation for basic cpu + mem (#829)
* refactor: switch to pipe gauge implementation for basic cpu + mem

* fix incorrect new basic cpu chunking scheme, revert to old one
2022-10-13 10:17:26 -04:00

4 lines
60 B
Rust

pub mod data_table;
pub mod time_graph;
pub mod tui_widget;