mothership 0.0.100

Process supervisor with HTTP exposure - wrap, monitor, and expose your fleet
Documentation
1
2
3
4
5
6
7
8
//! Terminal User Interface
//!
//! Always-on dashboard showing fleet status, health, and logs.

mod app;
mod ui;

pub use app::TuiApp;