4 releases (2 breaking)
| 0.3.0 | Sep 14, 2025 |
|---|---|
| 0.2.1 | Mar 7, 2025 |
| 0.2.0 | Oct 2, 2024 |
| 0.1.0 | Sep 25, 2024 |
#10 in #rpc-service
325 downloads per month
Used in 3 crates
25KB
554 lines
mqtt-channel
This crate provides a convenient way to share a MQTT connection to a broker and subscribe to MQTT topics by providing broadcast channels. It uses the rumqttc library to connect to the MQTT broker. And it uses the async_broadcast crate to provide channels.
Note: this crate is feature complete, and few changes are expected.
Compatibility
| rumqttc | mqtt-channel |
|---|---|
| 0.25 | 0.3 |
| 0.24 | 0.1-0.2 |
Dependencies
~7–19MB
~197K SLoC