From 1f2f20308a5ca7005b50102a74438d6f34f79e0d Mon Sep 17 00:00:00 2001
From: kydos <kydos@protonmail.com>
Date: Thu, 13 Oct 2022 18:56:36 +0200
Subject: [PATCH] Please Reference Zenoh on the Ecosystem

The Eclipse Zenoh project is an async-std power-user. Thanks for adding us to the Ecosystem as we've also done plenty of performance characterisation and evaluations comparing async-std to Tokio for high performance networking code.
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 4201b9f46..78acbd7d7 100644
--- a/README.md
+++ b/README.md
@@ -142,6 +142,8 @@ documentation] on how to enable them.
  * [Xactor](https://crates.io/crates/xactor) — Xactor is a rust actors framework based on async-std.
  
  * [async-graphql](https://crates.io/crates/async-graphql) — A GraphQL server library implemented in rust, with full support for async/await.
+
+ * [Zenoh)(https://crates.io/crates/zenoh) - A high performance Pub/Sub/Query protocol implemented in Rust with full support for async/await. 
  
 ## License