Skip to main content

parse

Function parse 

Source
pub fn parse(
    source_code: &str,
    ignored_types: &[&str],
    file_mode: FilesMode<&CrateName>,
    target_os: Option<&[&str]>,
) -> Result<Option<ParsedData>, ParseErrorSet>
Expand description

Parse the given Rust source string into ParsedData.