Docs.rs
bigtable_rs-0.2.17
bigtable_rs 0.2.17
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
liufuyang
Dependencies
futures-util ^0.3.31
normal
gcp_auth ^0.12.2
normal
http ^1.1.0
normal
hyper-util ^0.1.7
normal
log ^0.4.20
normal
prost ^0.13.1
normal
prost-types ^0.13.1
normal
prost-wkt ^0.6.0
normal
prost-wkt-types ^0.6.0
normal
serde ^1.0.192
normal
serde_with ^3.4.0
normal
thiserror ^2.0.3
normal
tokio ^1.25.0
normal
tonic ^0.12.2
normal
tower ^0.5.1
normal
env_logger ^0.11.1
dev
serde_json ^1.0.85
dev
serde_path_to_error ^0.1.8
dev
prost-build ^0.13.1
build
prost-wkt-build ^0.6.0
build
tonic-build ^0.12.2
build
Versions
92.74%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bigtable_
rs
0.2.17
All Items
Crate Items
Modules
Crate
bigtable_rs
Copy item path
Source
Expand description
A simple Google Bigtable client.
See
bigtable
package for more info.
[
github repo
]
Modules
ยง
bigtable
bigtable
module provides a few convenient structs for calling Google Bigtable from Rust code.
google
google
module having the Rust code generated from Google Bigtable V2 gPRC API proto file.
util