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

Parse .proto files and typecheck them using pure Rust parser of protoc command.