#stomp #streaming #client #tokio #async #messages #fork

tokio-stomp-rs

Asynchronous streaming STOMP client fork

10 releases

0.1.10 Aug 7, 2024
0.1.9 Aug 7, 2024

#707 in Asynchronous

MIT license

32KB
778 lines

tokio-stomp

crates.io Build Status

An async STOMP client for Rust, using the Tokio stack.

It aims to be fast with a simple streaming interface.

Documentation

For full examples, see the examples directory.

License: MIT


lib.rs:

tokio-stomp - A library for asynchronous streaming of STOMP messages

Dependencies

~6–14MB
~171K SLoC