Crate wordlea

Source
Expand description

Wordle is a simple word guessing game this crate provides the logic for the game.

Structsยง

GuessResult
GuessResult is a struct that holds the result of a guess for the entire word
PartResult
PartResult is a struct that holds the result of a guess for a single letter
Wordle
Wordle is the main struct for the game