mainframe 1.0.1

A lightweight TUI system monitor
Documentation
1
2
3
/// Module app provides centralized logic for running the mainframe cli app.
mod app;
pub use app::MainFrameApp;