// Copyright (c) The Libra Core Contributors
// SPDX-License-Identifier: Apache-2.0
//! This compiles all the `.proto` files under `src/` directory.
//!
//! For example, if there is a file `src/a/b/c.proto`, it will generate `src/a/b/c.rs` and
//! `src/a/b/c_grpc.rs`.