cube-tui 0.1.7

Terminal UI timer and session manager for speedcubing, with optional web dashboard and BLE (GAN) timer support.
1
2
3
4
5
6
7
8
9
#[derive(Default)]
pub struct DetailedStatsState {
    pub show: bool,
    pub row: usize,
    pub col: usize,
    pub show_mean_detail: bool,
    pub mean_detail_selected_index: usize,
    pub opened_from_stats_column: bool,
}