1
2
3
4
5
6
7
8
pub mod google {
    pub mod protobuf {
        include!("gen/google.protobuf.rs");
        pub mod compiler {
            include!("gen/google.protobuf.compiler.rs");
        }
    }
}