Typing Test – Rust

A typing test that calculates your WPM (words per minute) directly in the terminal, written in Rust.

Usage

Really quite simple!

Choose the desired quote length using the left and right arrow keys, and press Tab to generate a new quote.

When you have a quote you'd like to type, just start typing. Errors will be shown in red, which you can either correct or leave as is.

Press Escape at any time to exit.

Installation

1. Clone the repository

git clone https://github.com/PrinceYadav78/Type_Speed_Rust
cd Type_Speed_Rust
        

2. Run using Cargo

Make sure you have Cargo installed .

cargo run --release