Skip to main content

read_word_file

Function read_word_file 

Source
pub fn read_word_file(path: &str) -> Result<HashSet<String>>
Expand description

Read a word list file (one word per line) into a HashSet.