|
9 | 9 | <br/> |
10 | 10 |
|
11 | 11 | <div align="center"> |
| 12 | + <strong> |
| 13 | + A Work in progress Rust Client for RabbitMQ Stream |
| 14 | + </strong> |
| 15 | +</div> |
| 16 | + |
| 17 | +<br /> |
12 | 18 |
|
13 | | - <a href="https://github.com/rabbitmq/rabbitmq-stream-rust-client/actions?query=workflow%3ATests"> |
14 | | - <img src="https://github.com/rabbitmq/rabbitmq-stream-rust-client/workflows/Tests/badge.svg" |
15 | | - alt="Tests status"/> |
16 | | - </a> |
| 19 | +<div align="center"> |
17 | 20 |
|
18 | | - <a href="https://crates.io/crates/rabbitmq-stream-client"> |
19 | | - <img src="https://img.shields.io/crates/d/rabbitmq-stream-client.svg?style=flat-square" |
20 | | - alt="Download"/> |
21 | | - </a> |
22 | | - <a href="https://docs.rs/rabbitmq-stream-client"> |
23 | | - <img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" |
24 | | - alt="docs.rs docs"/> |
25 | | - </a> |
| 21 | + <a href="https://github.com/rabbitmq/rabbitmq-stream-rust-client/actions?query=workflow%3ATests"> |
| 22 | + <img src="https://github.com/rabbitmq/rabbitmq-stream-rust-client/workflows/Tests/badge.svg" |
| 23 | + alt="Tests status" /> |
| 24 | + </a> |
| 25 | + |
| 26 | + <a href="https://crates.io/crates/rabbitmq-stream-client"> |
| 27 | + <img src="https://img.shields.io/crates/d/rabbitmq-stream-client.svg?style=flat-square" |
| 28 | + alt="Download" /> |
| 29 | + </a> |
| 30 | + <a href="https://docs.rs/rabbitmq-stream-client"> |
| 31 | + <img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" |
| 32 | + alt="docs.rs docs" /> |
| 33 | + </a> |
26 | 34 |
|
27 | | - <a href="https://deps.rs/repo/github/rabbitmq/rabbitmq-stream-rust-client"> |
28 | | - <img src="https://deps.rs/repo/github/rabbitmq/rabbitmq-stream-rust-client/status.svg" |
29 | | - alt="deps"/> |
30 | | - </a> |
| 35 | + <a href="https://deps.rs/repo/github/rabbitmq/rabbitmq-stream-rust-client"> |
| 36 | + <img src="https://deps.rs/repo/github/rabbitmq/rabbitmq-stream-rust-client/status.svg" |
| 37 | + alt="deps" /> |
| 38 | + </a> |
| 39 | + |
| 40 | + <a href="https://codecov.io/gh/rabbitmq/rabbitmq-stream-rust-client"> |
| 41 | + <img src="https://codecov.io/gh/rabbitmq/rabbitmq-stream-rust-client/branch/main/graph/badge.svg?token=2DHIQ20BDE" alt="codecov"/> |
| 42 | + </a> |
31 | 43 |
|
32 | | - <a href="https://codecov.io/gh/rabbitmq/rabbitmq-stream-rust-client"> |
33 | | - <img src="https://codecov.io/gh/rabbitmq/rabbitmq-stream-rust-client/branch/main/graph/badge.svg?token=2DHIQ20BDE" |
34 | | - alt="codecov"/> |
35 | | - </a> |
36 | 44 |
|
37 | 45 |
|
38 | 46 | </div> |
39 | 47 |
|
| 48 | + |
40 | 49 | # RabbitMQ Stream Client |
41 | 50 |
|
42 | 51 | A Rust Client for [RabbitMQ Stream Queues](https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/rabbitmq_stream) |
|
0 commit comments