pub fn parse_source(
path: &Path,
arch: &'static ArchConfig,
) -> Result<Vec<StructLayout>>Expand description
Parse a source file and return struct layouts.
pub fn parse_source(
path: &Path,
arch: &'static ArchConfig,
) -> Result<Vec<StructLayout>>Parse a source file and return struct layouts.