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).
pub fn parse_source_str(
source: &str,
lang: &SourceLanguage,
arch: &'static ArchConfig,
) -> Result<Vec<StructLayout>>Parse source text directly (useful for tests and piped input).