typetui 0.1.0

A terminal-based typing test.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod app;
pub mod config;
pub mod content;
pub mod stats;
pub mod storage;
pub mod typing;
pub mod ui;

pub use config::Config;
pub use content::{ContentProvider, Mode};
pub use stats::{Stats, TestResult};
pub use typing::{CharStatus, TypingTest};
pub use ui::theme::{Theme, ThemeName};