pub fn parse_input(
inputs: Vec<ParserInput>,
ignored_types: &[&str],
mode: FilesMode<()>,
) -> Result<HashMap<Option<CrateName>, ParsedData>, Vec<FileParseErrors>>Expand description
Collect all the parsed sources into a mapping of crate name to parsed data.