1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
//! Generated Google API gRPC clients using tonic.

pub mod datastore {
    pub mod v1 {
        include!("gen/google.datastore.v1.rs");
    }
}

pub mod r#type {
    include!("gen/google.r#type.rs");
}