Skip to content

SinTan1729/unscrambler-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unscrambler written in Rust

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

Link to old C++ project.

Usage

Simply download the unscrambler binary from the latest release and run it. The interface is self-explanatory.

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.