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
#[derive(Default)]
pub struct HelpState {
    pub show: bool,
    pub scroll: u16,
    pub max_scroll: u16,
}