Crates.io | mqtt-channel |
lib.rs | mqtt-channel |
version | 0.3.0 |
created_at | 2024-09-25 07:32:20.288756+00 |
updated_at | 2025-09-14 19:22:08.578432+00 |
description | This crates provide a high-level API MQTT subscriptions, based on channels. |
homepage | |
repository | https://gitlab.com/cyloncore/mqtt-channel |
max_upload_size | |
id | 1386085 |
size | 62,398 |
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.
rumqttc | mqtt-channel |
---|---|
0.25 | 0.3 |
0.24 | 0.1-0.2 |