Function xor_utils::load_words_list [] [src]

pub fn load_words_list(path: &str) -> Vec<String>

Loads all lines in the given file and sorts them

Assumes the file is newline separated list of words.