gcloud-sdk 0.30.0

Async Google gRPC/REST APIs and the client implementation hiding complexity of GCP authentication based on Tonic middleware and Reqwest.
Documentation
1
2
3
4
5
6
7
mod apis;
mod models;
mod rest_client_factory;

pub use apis::*;
pub use models::*;
pub use rest_client_factory::*;