siphon-tui 0.1.1

TUI dashboard and setup wizard for Siphon tunnel client
Documentation
1
2
3
4
5
6
7
8
//! TUI user interface components

mod app;
mod dashboard;
mod widgets;

pub use app::TuiApp;
pub use dashboard::Dashboard;