Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: How to build a wordfeud uk helper app with Rust?
Hi all,
I’m experimenting with Rust and wanted to ask if anyone here has experience building small word-based tools. Specifically, I’m looking into making a Wordfeud UK helper (something like a word validator or move suggestion engine).
The idea is to load the UK dictionary and then efficiently generate valid word combinations from a given rack of letters. I’ve seen approaches in Python using tries or DAWGs, but I’d like to explore how to implement this efficiently in Rust for performance.
Thanks in advance!
1 post - 1 participant
🏷️ Rust_feed