Closed defuse closed 6 years ago
https://doc.rust-lang.org/std/macro.include_bytes.html
It's simpler to just use cat resources/wordlist.txt | sed 's/^/"/' | sed 's/$/",/', that way it can be put into a constant just like the other character sets, and doesn't need to be loaded at runtime.
cat resources/wordlist.txt | sed 's/^/"/' | sed 's/$/",/'
https://doc.rust-lang.org/std/macro.include_bytes.html