Function parse_files

Source
pub fn parse_files(paths: &[PathBuf]) -> Result<Vec<String>, ParserError>
Expand description

Parses files in parallel and returns a Result containing either all parsed texts or the first error