Crate prompter

Source
Expand description

prompter is a command line tool that helps you choose the next word in a game of Wordle - just like a promper in a theater tells the actors what to say next in case they forget.

Structs§

ConstraintSet
A set of Constraints that can be used to filter the Words in a Wordlist
Word
A candidate or mystery word in a Wordle game
Wordlist
A list of Words

Enums§

Constraint
A constraint that encodes information about a given character and a given position in a Word
InputError
Error type to handle errors in the user’s input