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.