text_file_strings

Function text_file_strings 

Source
pub fn text_file_strings(path: impl AsRef<Path>) -> Vec<String>
Expand description

Takes a file and returns the lines as a list of strings.