mirror of
https://github.com/SinTan1729/unscrambler-rust.git
synced 2025-04-15 23:47:42 -05:00
A simple unscrambler program written in Rust
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Unscrambler written in Rust
I'm learning Rust, so this is just a rewrite of an simple old project in Rust.
Note
The main wordlist was pulled from words_alpha.txt by dwyl and processed using Rust. Processing code was really simple, so didn't put it up here.