Function hangman::load_words_file [] [src]

pub fn load_words_file(max_word_len: i32) -> Vec<String>

load the words file If the OS is UNIX-like, try loading the /usr/share/dicts/words file, otherwise load the resources/words.txt file