From 9f7b7a47647ee0591d8c98e61e147d0116688bee Mon Sep 17 00:00:00 2001 From: etienne-k <2804556+etienne-k@users.noreply.github.com> Date: Fri, 11 Nov 2022 15:02:34 +0100 Subject: [PATCH] Improve design --- README.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1686b5e..1a45d55 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,22 @@ -# tokio-messaging +

tokio-messaging

-[repository](https://github.com/etienne-k/tokio-messaging) -[build](https://github.com/etienne-k/tokio-messaging/actions) -[crate](https://crates.io/crates/tokio-messaging) -[license](https://github.com/etienne-k/tokio-messaging/blob/main/LICENSE) +

+ +repository + + + +build + + + +crate + + + +license + +

A crate which offers non-blocking publish/subscribe functionality using Tokio channels.