ashwordle

Crates.ioashwordle
lib.rsashwordle
version0.1.0
sourcesrc
created_at2022-03-29 20:08:38.692146
updated_at2022-03-29 20:08:38.692146
descriptionA wordle solver.
homepagehttps://github.com/Ashrit-Yarava/wordle
repository
max_upload_size
id558782
size815,856
Ashrit Yarava (Ashrit-Yarava)

documentation

README

Wordle


A utility to help solve wordle words.

Structure

Different options of the binary can be used to solve different things.

  • solve

    • Given a wordlist and a set of included and excluded letters, genereate a list of words that are possible choices.
  • generate

    • Generate a set of possible starting words that eliminate the most letters.
  • help

    • Help message to show the currently working options.
Commit count: 0

cargo fmt