Expand description
Google APIs helpers.
WARNING: this crate is under active development. We expect multiple breaking changes in the upcoming releases. Testing is also incomplete, we do not recommend that you use this crate in production. We welcome feedback about the APIs, documentation, missing features, bugs, etc.
This crate contains a number of types and functions used in the implementation of the Google Cloud Client Libraries for Rust.
All the types, traits, and functions defined in the
unstable-sdk-client
feature are not intended for general use. The APIs enabled by this
feature will remain unstable for the foreseeable future, even if used in
stable SDKs. We (the Google Cloud Client Libraries for Rust team) control both and will
change both if needed.
Modules§
- Defines traits for backoff policies and a common implementations.
- The core error types used by generated clients.
- Client configuration and per request options.
- Defines traits for retry policies and some common implementations.
- Defines traits for retry throttling and some common implementations.
Type Aliases§
- An alias of std::result::Result where the error is always crate::error::Error.