Function parser_c::parse [] [src]

pub fn parse(input: &str, filename: &str) -> Result<CTranslUnit, ParseError>

Basic public API. This doesn't represent possible final functionality of the crate, but makes it usable at this early stage.