wordle-engine 0.0.1

A simple yet powerful engine for the Wordle game
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
description = "A simple yet powerful engine for the Wordle game"
documentation = "https://docs.rs/wordle-engine"
edition = "2021"
homepage = "https://github.com/RoccoDev/wordle-engine"
license = "MIT OR Apache-2.0"
name = "wordle-engine"
readme = "README.md"
repository = "https://github.com/RoccoDev/wordle-engine"
resolver = "2"
version = "0.0.1"