Skip to main content

parse_source_str

Function parse_source_str 

Source
pub fn parse_source_str(
    source: &str,
    lang: &SourceLanguage,
    arch: &'static ArchConfig,
) -> Result<Vec<StructLayout>>
Expand description

Parse source text directly (useful for tests and piped input).