pub fn text_file_strings(path: impl AsRef<Path>) -> Vec<String>
Takes a file and returns the lines as a list of strings.