Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
This module provides low-level generated gRPC clients for the Yandex Cloud APIs.
The clients are generated using the tonic and prost crates and have default configuration.
Documentation present in the protos is retained into the generated Rust types, but for detailed API information you should visit the official Yandex Cloud Documentation pages:
The proto sources are available on the Yandex Cloud GitHub.
The majority of user-facing structures can be found in the
[yandex::cloud] module.
Usage
Typically to use these APIs, you need to provide an authentication credential and an endpoint to connect to. The full list of Yandex's endpoints is available online and you should look up the service you plan to use and pick the correct endpoint from the list.
Authentication is done via an HTTP header using an IAM token,
which can be done in Tonic using interceptors. The
[AuthInterceptor] provided by this crate can be used for that
purpose.