Expand description
Wordle is a simple word guessing game this crate provides the logic for the game.
Structsยง
- Guess
Result GuessResult
is a struct that holds the result of a guess for the entire word- Part
Result PartResult
is a struct that holds the result of a guess for a single letter- Wordle
- Wordle is the main struct for the game