Wordle in Rust
A Rust library and cli for Wordle. Inspired by Wordle in Bash
Install
OR
Play
wordler

Basic Library Usage
use EnglishDictionary;
use ;
// You can implement Dictionary Trait for custom dictionaries
let dictionary = new.unwrap;
// Initialize game with a valid dictionary
let mut wordle = new;
// Game Turn
let play_result = wordle.play;
// Turn Result
match play_result