google-cloud 0.2.1

Asynchronous Rust bindings for Google Cloud Platform gRPC APIs
1
2
3
4
5
mod annotation;
mod config;

pub use self::annotation::*;
pub use self::config::*;