cube-tui 0.1.9

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
10
#[cfg(feature = "bluetooth")]
pub mod bluetooth;
pub mod confirmation;
pub mod detailed_stats;
pub mod details;
pub mod help;
pub mod history;
pub mod mean_detail;
pub mod scramble;
pub mod stats;