unscrambler-rust/README.md

455 B

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 src/wordlist was pulled from words_alpha.txt by dwyl.

In order to use a different wordlist.txt, place the file inside src/ and delete the *.xz files there. Then run cargo build or cargo build --release.