about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
Diffstat (limited to 'ops')
-rw-r--r--ops/yandex-cloud-rs/src/lib.rs3
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 87a9164e07..e7f79c75be 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;