#streaming #tokio #stomp

tokio-stomp

Asynchronous streaming STOMP client

5 releases (3 breaking)

0.4.0 Dec 11, 2023
0.3.1 Jun 16, 2022
0.3.0 Jun 15, 2022
0.2.0 Feb 17, 2020
0.1.0 Feb 16, 2018

#419 in Asynchronous

Download history 16/week @ 2024-02-21 56/week @ 2024-02-28 14/week @ 2024-03-06 18/week @ 2024-03-13 33/week @ 2024-03-27 29/week @ 2024-04-03 27/week @ 2024-04-10

89 downloads per month

MIT license

32KB
788 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–18MB
~192K SLoC