Skip to main content

parse_files_parallel

Function parse_files_parallel 

Source
pub fn parse_files_parallel(files: &[WalkedFile]) -> Vec<StaticFileAnalysis>
Expand description

Parse a slice of files in parallel using rayon.

Parse errors are logged and produce an empty analysis — a single unreadable file never aborts the entire init pass.