bigtable_rs 0.3.0

A very simple Google Bigtable client lib in Rust
Documentation
1
2
3
4
5
6
7
8
9
mod read_rows {
    mod google;
    #[cfg(test)]
    mod read_rows_test;
    mod types_with_serde;
}

#[cfg(test)]
mod emulator;