Improve design

This commit is contained in:
Nehu 2022-11-11 15:02:34 +01:00
parent 2a876b4345
commit 9f7b7a4764
No known key found for this signature in database
GPG key ID: 78EB319889EB5FBF

View file

@ -1,9 +1,22 @@
# tokio-messaging
<h1 align="center">tokio-messaging</h1>
[<img alt="repository" src="https://img.shields.io/badge/repository-tokio--messaging-8da0cb?style=for-the-badge&logo=github" height="20"/>](https://github.com/etienne-k/tokio-messaging)
[<img alt="build" src="https://img.shields.io/github/workflow/status/etienne-k/tokio-messaging/tokio-messaging?style=for-the-badge&logo=github" height="20"/>](https://github.com/etienne-k/tokio-messaging/actions)
[<img alt="crate" src="https://img.shields.io/crates/v/tokio-messaging.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20"/>](https://crates.io/crates/tokio-messaging)
[<img alt="license" src="https://img.shields.io/github/license/etienne-k/tokio-messaging?style=for-the-badge&logo=github&color=blue" height="20"/>](https://github.com/etienne-k/tokio-messaging/blob/main/LICENSE)
<p align="center">
<a href="https://github.com/etienne-k/tokio-messaging">
<img alt="repository" src="https://img.shields.io/badge/repository-tokio--messaging-8da0cb?style=for-the-badge&logo=github" height="20"/>
</a>
<a href="https://github.com/etienne-k/tokio-messaging/actions">
<img alt="build" src="https://img.shields.io/github/workflow/status/etienne-k/tokio-messaging/tokio-messaging?style=for-the-badge&logo=github" height="20"/>
</a>
<a href="https://crates.io/crates/tokio-messaging">
<img alt="crate" src="https://img.shields.io/crates/v/tokio-messaging.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20"/>
</a>
<a href="https://github.com/etienne-k/tokio-messaging/blob/main/LICENSE">
<img alt="license" src="https://img.shields.io/github/license/etienne-k/tokio-messaging?style=for-the-badge&logo=github&color=blue" height="20"/>
</a>
</p>
A crate which offers non-blocking publish/subscribe functionality using Tokio channels.