Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
snaggen committed Oct 29, 2024
1 parent 44688e9 commit ce46c52
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# Convinience Release
* Use with care
* If you don't know what you are doing, use the [original tokio-stomp](https://crates.io/crates/tokio-stomp)
* Added sending and receiving headers

# tokio-stomp-2
[![crates.io](https://img.shields.io/crates/v/tokio-stomp-2.svg)](https://crates.io/crates/tokio-stomp-2)
[![codecov](https://codecov.io/gh/alexkunde/tokio-stomp-2/branch/main/graph/badge.svg?token=L3BUYHJIQN)](https://codecov.io/gh/alexkunde/tokio-stomp-2)
# async-stomp
An async [STOMP](https://stomp.github.io/) client (and maybe eventually, server) for Rust, using the Tokio stack.

It aims to be fast and fully-featured with a simple streaming interface.
This is a fork of async-stomp-2, with the purpose of getting some basic maintenance going.

## Examples

Expand Down Expand Up @@ -61,4 +54,4 @@ async fn main() -> Result<(), std::io::Error> {

For full examples, see the examples directory.

License: [MIT](LICENSE)
License: [EUPL](LICENSE)

0 comments on commit ce46c52

Please sign in to comment.