blob: 88c962164fd0c1a59d26e03c75ceda4e35c54971 [file] [log] [blame]
//! Parse `.proto` files using `protoc` command.
pub(crate) mod command;
pub(crate) mod parse_and_typecheck;