diff --git a/README.md b/README.md index d1d0ecf..4ef6aef 100644 --- a/README.md +++ b/README.md @@ -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 @@ -61,4 +54,4 @@ async fn main() -> Result<(), std::io::Error> { For full examples, see the examples directory. -License: [MIT](LICENSE) +License: [EUPL](LICENSE)