unscrambler-rust/README.md
2022-06-07 22:37:43 -05:00

516 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 and processed using Rust. Processing code was really simple, so didn't put it up here. The processing included pre-sorting every line in src/wordlist to create src/wordlist_sorted and then compressing both using xz.