ezwordle2

Crates.ioezwordle2
lib.rsezwordle2
version0.1.0
sourcesrc
created_at2024-08-24 03:03:55.97135
updated_at2024-08-24 03:03:55.97135
descriptionNew and improved Wordle engine.
homepage
repository
max_upload_size
id1349790
size34,600
Joseph Hobbs (josephrhobbs)

documentation

README

EZWordle2

A new and improved Wordle solver, powered by the Rust programming language.

EZWordle2 is a rewrite of the original EZWordle solver located at josephrhobbs/ezwordle.

Installation

Installing EZWordle2 requires only the latest stable version of Cargo, the Rust package manager.

With Cargo installed, you may install EZWordle2 from the crates.io package index.

$ cargo install ezwordle2

Execution

Once the package is installed, you can easily run the binary by executing wordle in any directory.

$ wordle
Commit count: 0

cargo fmt