random_word
The random_word crate provides an efficient way to generate random
english words.
All words are compiled with the library. This crate is optimized for lookup speed.
Generating a random word
let word = gen;
Generating a random word starting with 'c'
let word = gen_starts_with;
assert!;
Get all available words
let word_list = all;