mirror of
https://github.com/SinTan1729/unscrambler-rust.git
synced 2025-04-19 09:20:02 -05:00
15 lines
578 B
Markdown
15 lines
578 B
Markdown
# 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.](https://github.com/SinTan1729/Unscrambler)
|
|
|
|
## 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](https://github.com/dwyl/english-words/).
|
|
|
|
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`.
|