bigtable_rs/
google.rs

1//! `google` module having the Rust code generated from Google Bigtable V2 gPRC API proto file.
2#[path = "google"]
3pub mod bigtable {
4    #[path = "google.bigtable.v2.rs"]
5    pub mod v2;
6}
7
8#[path = "google"]
9pub mod cloud {
10    #[path = "./"]
11    pub mod conformace {
12        #[path = "./"]
13        pub mod bigtable {
14            #[path = "google.cloud.conformance.bigtable.v2.rs"]
15            pub mod v2;
16        }
17    }
18}
19
20#[path = "google/google.rpc.rs"]
21pub mod rpc;
22
23#[path = "google/google.r#type.rs"]
24pub mod r#type;