1//! Parse `.proto` files using `protoc` command. 2 3pub(crate) mod command; 4pub(crate) mod parse_and_typecheck;