Function autocxx_engine::parse_file

source ·
pub fn parse_file<P1: AsRef<Path>>(
    rs_file: P1,
    auto_allowlist: bool
) -> Result<ParsedFile, ParseError>
Expand description

Parse a Rust file, and spot any include_cpp macros within it.