wsup 0.1.4

A beautiful TUI localhost process manager with real-time graphs
1
2
3
4
5
mod app;
mod render;

pub use app::{App, ViewMode, SortMode};
pub use render::renderUi;