mirror of
https://old.git.ood.ovh/nehu/tokio-messaging.git
synced 2025-04-28 22:27:04 +02:00
Improve design
This commit is contained in:
parent
2a876b4345
commit
9f7b7a4764
1 changed files with 18 additions and 5 deletions
23
README.md
23
README.md
|
@ -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)
|
<p align="center">
|
||||||
[<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)
|
<a href="https://github.com/etienne-k/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"/>](https://crates.io/crates/tokio-messaging)
|
<img alt="repository" src="https://img.shields.io/badge/repository-tokio--messaging-8da0cb?style=for-the-badge&logo=github" height="20"/>
|
||||||
[<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)
|
</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.
|
A crate which offers non-blocking publish/subscribe functionality using Tokio channels.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue