tokio-stomp-2 0.0.4

Fork of Asynchronous streaming STOMP client
Documentation
# 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

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.

[Documentation](https://docs.rs/tokio-stomp/0.1.0/tokio_stomp/)

For full examples, see the examples directory.

License: [MIT](LICENSE)