Crate words[][src]

Words

Words grabs the file at /usr/share/dict/words and places each word in a vector. Given a word it can be determined to be in the list or not, and copied into a local variable if desired.

Structs

Words