unscrambler-rust/README.md

16 lines
583 B
Markdown
Raw Normal View History

2022-06-06 23:41:17 -05:00
# Unscrambler written in Rust
2022-06-10 03:19:11 -05:00
I'm learning Rust, so this is just a rewrite of a simple old project into Rust.
2022-06-06 23:41:17 -05:00
2022-06-10 03:19:11 -05:00
[Link to old C++ project.](https://github.com/SinTan1729/Unscrambler)
2022-06-08 11:38:16 -05:00
## Usage
Simply download the `unscrambler` binary from the latest release and run it. The interface is self-explanatory.
### Note
2022-06-07 23:52:32 -05:00
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`.