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