Update README.md

This commit is contained in:
SinTan1729 2022-06-07 22:37:43 -05:00 committed by GitHub
parent cf9e1f7775
commit 2ae84ddf71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,4 +6,4 @@ I'm learning Rust, so this is just a rewrite of an simple old project in Rust.
### Note
The main `src/wordlist` was pulled from [words_alpha.txt by dwyl](https://github.com/dwyl/english-words/) 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`.
The main `src/wordlist` was pulled from [words_alpha.txt by dwyl](https://github.com/dwyl/english-words/) 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`.