mirror of
https://old.git.ood.ovh/nehu/tokio-messaging.git
synced 2025-04-28 22:27:04 +02:00
Add some badges
This commit is contained in:
parent
a55f5a60eb
commit
2a876b4345
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
# tokio-messaging
|
# tokio-messaging
|
||||||
|
|
||||||
|
[<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)
|
||||||
|
|
||||||
A crate which offers non-blocking publish/subscribe functionality using Tokio channels.
|
A crate which offers non-blocking publish/subscribe functionality using Tokio channels.
|
||||||
|
|
||||||
Publishing messages and subscribing to them is done using an `Messaging` instance,
|
Publishing messages and subscribing to them is done using an `Messaging` instance,
|
||||||
|
|
Loading…
Add table
Reference in a new issue