bigtable 0.6.0

Lib for interfacing with Google BigTable Data API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![allow(deprecated)]
#![allow(dead_code)]

#[macro_use]
extern crate log;
#[macro_use]
extern crate serde_derive;

pub mod error;
pub mod method;
pub mod protos;
pub mod request;
pub mod support;
pub mod utils;
pub mod wraps;