diff options
Diffstat (limited to 'ops/yandex-cloud-rs/src')
-rw-r--r-- | ops/yandex-cloud-rs/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ops/yandex-cloud-rs/src/lib.rs b/ops/yandex-cloud-rs/src/lib.rs index 87a9164e0755..e7f79c75be3d 100644 --- a/ops/yandex-cloud-rs/src/lib.rs +++ b/ops/yandex-cloud-rs/src/lib.rs @@ -33,8 +33,11 @@ //! [`AuthInterceptor`] provided by this crate can be used for that //! purpose. //! +//! Full usage examples are [available here][examples]. +//! //! [endpoints]: https://cloud.yandex.com/en/docs/api-design-guide/concepts/endpoints //! [interceptors]: https://docs.rs/tonic/latest/tonic/service/trait.Interceptor.html +//! [examples]: https://code.tvl.fyi/tree/ops/yandex-cloud-rs/examples use tonic::metadata::{Ascii, MetadataValue}; use tonic::service::Interceptor; |