A simple unscrambler program written in Rust
Go to file
Sayantan Santra cf9e1f7775 Add compression to dictionary data 2022-06-07 19:38:30 -05:00
src Add compression to dictionary data 2022-06-07 19:38:30 -05:00
.gitignore Initial commit 2022-06-06 23:54:37 -05:00
Cargo.lock Add compression to dictionary data 2022-06-07 19:38:30 -05:00
Cargo.toml Add compression to dictionary data 2022-06-07 19:38:30 -05:00
LICENSE Create LICENSE 2022-06-06 23:54:44 -05:00
README.md Add compression to dictionary data 2022-06-07 19:38:30 -05:00

README.md

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 the each line in src/wordlist to create src/wordlist_sorted and then compressing both using xz.