1
2
3
4
5
pub mod v1 {
    // The name "messages" corresponds with the `package` name in the `.proto`
    // include!(concat!(env!("OUT_DIR"), "/v1.rs"));
    include!("v1.rs");
}