TypeTest

An offline typing test, written using Rust and Iced. Inspired by typetest.io and 10fastfingers.com.

Demo

Usage

Install from crates.io:

cargo install typetest

Or alternatively, clone this repository and run from the source code:

git clone https://github.com/Ace4896/typetest.git cd typetest cargo run --release

NOTE: Linux users may want to look here if there are linking errors due to missing dependencies.