Crate toipe

Source
Expand description

Toipe is a terminal-based typing test application.

Please see the README for installation and usage instructions.

Toipe provides an API to invoke it from another application or library. This documentation describes the API and algorithms used internally.

See RawWordSelector if you’re looking for the word selection algorithm.

Modules§

config
Configuration for Toipe.
results
textgen
Utilities for generating/selecting new (random) words for the typing test.
tui
Utilities for the terminal UI of toipe.
wordlists
Built-in wordlists, system wordlist and utils for retrieving them.

Structs§

Toipe
Typing test terminal UI and logic.
ToipeError
Represents any error caught in Toipe.