Skip to main content

parse_input

Function parse_input 

Source
pub fn parse_input(
    inputs: Vec<ParserInput>,
    ignored_types: &[&str],
    mode: FilesMode<()>,
    target_os: Option<&[&str]>,
) -> Result<HashMap<Option<CrateName>, ParsedData>, Vec<FileParseErrors>>
Expand description

Collect all the parsed sources into a mapping of crate name to parsed data.