monkay

Crates.iomonkay
lib.rsmonkay
version0.1.0
sourcesrc
created_at2022-10-10 07:28:14.382935
updated_at2022-10-10 07:28:14.382935
descriptionA cli typing test for all those monkey type addicts
homepagehttps://github.com/deevo-sage/rust-typing-test
repositoryhttps://github.com/deevo-sage/rust-typing-test
max_upload_size
id684432
size16,001
sidharth sahni (deevo-sage)

documentation

README

Rust Typing Test

TODO

  • find if there is a way to run a function on every character input in terminal ( if any )
    • tried reading with ARC<MUTEX< String >> in another thread but std::io::stdin().read_line only mutates after "\n" ( obvio )
  • finish result calculation
  • add more words / maybe find another way to get words than static arr
  • add users defaults
Commit count: 11

cargo fmt