Function parse_files

Source
pub fn parse_files<T: Into<PathBuf>>(
    path: T,
) -> Result<Vec<(String, File)>, Error>
Expand description

Parse all the files in the given path