viam_rust_utils/gen/
mod.rs

1pub mod proto {
2    pub mod rpc {
3        pub mod webrtc {
4            pub mod v1 {
5                include!("proto.rpc.webrtc.v1.rs");
6                include!("proto.rpc.webrtc.v1.tonic.rs");
7            }
8        }
9        pub mod examples {
10            pub mod echo {
11                pub mod v1 {
12                    include!("proto.rpc.examples.echo.v1.rs");
13                    include!("proto.rpc.examples.echo.v1.tonic.rs");
14                }
15            }
16            pub mod echoresource {
17                pub mod v1 {
18                    include!("proto.rpc.examples.echoresource.v1.rs");
19                    include!("proto.rpc.examples.echoresource.v1.tonic.rs");
20                }
21            }
22        }
23        pub mod v1 {
24            include!("proto.rpc.v1.rs");
25            include!("proto.rpc.v1.tonic.rs");
26        }
27    }
28}
29pub mod google {
30    pub mod rpc {
31        include!("google.rpc.rs");
32    }
33    pub mod api {
34        include!("google.api.rs");
35    }
36}