pub fn parse_and_typecheck(
    includes: &[PathBuf],
    input: &[PathBuf]
) -> Result<ParsedAndTypechecked>
Expand description

Parse .proto files using pure Rust implementation.