New blog posts, a small Wordle solver library in pure Rust:
https://notupf.uber.space/blog/wordle/
I don't use solvers but it was interesting to make a barebones one; if only to understand more about how I think about wordle type puzzles. It's almost exactly like that with a couple of Mutex wrappers and a list processed in parallel.