From 8c92e8ea2526495e804dc2d95eb41882b296792d Mon Sep 17 00:00:00 2001 From: Tomasz Pietrek Date: Wed, 10 Apr 2024 13:10:26 +0200 Subject: [PATCH] Add examples link to sync client README Signed-off-by: Tomasz Pietrek --- nats/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nats/README.md b/nats/README.md index 5d68abd9f..9cad235ba 100644 --- a/nats/README.md +++ b/nats/README.md @@ -19,6 +19,8 @@ This is the old legacy client. It will not get new features or updates beyond cr Use [async nats](https://crates.io/crates/async-nats) instead. +If you would like to use the async client in sync context, check the [async-nats examples](https://github.com/nats-io/nats.rs/tree/main/async-nats/examples). + ## Motivation Rust may be one of the most interesting new languages the NATS ecosystem has seen.