Closed rphmeier closed 7 years ago
Closes #4
We could also remove lazy_static if we used something like phf to generate a perfect hash set for the wordlist at compile time.
lazy_static
phf
Closes #4
We could also remove
lazy_static
if we used something likephf
to generate a perfect hash set for the wordlist at compile time.