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
8
9
10
11
12
13
#![allow(
    unused_imports,
    clippy::redundant_clone,
    clippy::large_enum_variant,
    clippy::too_many_arguments,
    clippy::derive_partial_eq_without_eq,
    clippy::manual_non_exhaustive
)] // for generated files

mod rest_api_client;
pub use rest_api_client::*;

pub mod google_rest_apis;