mockforge-tui 0.3.77

Terminal UI dashboard for MockForge
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Reusable TUI widgets.

pub mod bar_chart;
pub mod command_palette;
pub mod confirm;
pub mod diff_viewer;
pub mod filter;
pub mod help;
pub mod json_viewer;
pub mod sparkline;
pub mod status_bar;
pub mod table;