Function rustla::common::read_path_lines[][src]

pub fn read_path_lines<P>(file_path: P) -> Result<Lines<BufReader<File>>> where
    P: AsRef<Path>, 

Read the lines of a given file into a buffer.