Skip to content

Commit

Permalink
Include crate information in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JMTamayo committed Oct 26, 2024
1 parent 59d1200 commit 95af9ac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# redsumer-rs

<div align="left">
<img src="https://img.shields.io/github/license/enerBit/redsumer-rs">
<a href="https://deps.rs/repo/github/enerBit/redsumer-rs">
<img src="https://deps.rs/repo/github/enerBit/redsumer-rs/status.svg">
</a>
<a href="https://github.com/enerBit/redsumer-rs/actions/workflows/CI.yml">
<img src="https://github.com/enerBit/redsumer-rs/actions/workflows/CI.yml/badge.svg">
</a>
<a href="https://crates.io/crates/redsumer">
<img src="https://img.shields.io/crates/v/redsumer.svg?label=crates.io&color=orange&logo=rust">
</a>
<a href="http://docs.rs/redsumer/latest/">
<img src="https://img.shields.io/static/v1?label=docs.rs&message=latest&color=blue&logo=docsdotrs">
</a>
</div>

A lightweight implementation of Redis Streams for Rust, allowing you to manage streaming messages in a simplified way. With redsumer you can:

- **Produce** new messages in a specific *stream*.
Expand Down

0 comments on commit 95af9ac

Please sign in to comment.