A simple unscrambler program written in Rust
Find a file
2022-06-07 17:30:29 -05:00
src Updated wordlist and made related changes in code 2022-06-07 17:30:29 -05:00
.gitignore Initial commit 2022-06-06 23:54:37 -05:00
Cargo.lock Initial commit 2022-06-06 23:54:37 -05:00
Cargo.toml Initial commit 2022-06-06 23:54:37 -05:00
LICENSE Create LICENSE 2022-06-06 23:54:44 -05:00
README.md Updated wordlist and made related changes in code 2022-06-07 17:30:29 -05:00

Unscrambler written in Rust

I'm learning Rust, so this is just a rewrite of an simple old project in Rust.

Link to old project.

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.