typetest

Crates.iotypetest
lib.rstypetest
version1.0.2
sourcesrc
created_at2021-06-07 20:53:40.301409
updated_at2021-06-08 20:00:01.479682
descriptionAn offline keyboard typing test.
homepage
repositoryhttps://github.com/Ace4896/typetest
max_upload_size
id407472
size2,469,315
Jon Pacheco (Ace4896)

documentation

README

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.

Commit count: 149

cargo fmt