protobuf_parse/protoc/
mod.rs

1
2
3
4
//! Parse `.proto` files using `protoc` command.

pub(crate) mod command;
pub(crate) mod parse_and_typecheck;