Add some badges

This commit is contained in:
Nehu 2022-11-11 14:10:11 +01:00
parent a55f5a60eb
commit 2a876b4345
No known key found for this signature in database
GPG key ID: 78EB319889EB5FBF

View file

@ -1,5 +1,10 @@
# 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.
Publishing messages and subscribing to them is done using an `Messaging` instance,