bigtable_rs 0.3.0

A very simple Google Bigtable client lib in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[path = "google"]
pub mod cloud {
    #[path = "./"]
    pub mod conformace {
        #[path = "./"]
        pub mod bigtable {
            #[path = "google.cloud.conformance.bigtable.v2.rs"]
            pub mod v2;
        }
    }
}