Crates.io | wordfeud-solver |
lib.rs | wordfeud-solver |
version | 0.3.1 |
source | src |
created_at | 2020-11-25 19:10:20.95223 |
updated_at | 2020-12-23 16:05:32.680227 |
description | A Rust library to evaluate all possible moves given a wordfeud board and rack. |
homepage | |
repository | |
max_upload_size | |
id | 316385 |
size | 133,501 |
A Rust library to evaluate all possible moves given a wordfeud board and rack. The wordfeud solver needs a wordlist to be able to play in a given language. There are no wordlists included with this library. You can get a dutch wordlist here.
This solver is ported from the excellent wordfeudplayer Python package . By porting it to Rust it became much faster.