Crates.io | mqtt-channel-client |
lib.rs | mqtt-channel-client |
version | 0.6.0 |
source | src |
created_at | 2022-11-19 11:26:58.208519 |
updated_at | 2023-09-12 11:53:22.831555 |
description | MQTT client that communicates over Tokio channels |
homepage | https://github.com/DanNixon/mqtt-channel-client-rs |
repository | https://github.com/DanNixon/mqtt-channel-client-rs |
max_upload_size | |
id | 718452 |
size | 52,486 |
MQTT client that communicates over Tokio channels.
I found this to be a very common pattern I repeated in several event driven applications that involved communication over MQTT.
This library aims to abstract common MQTT functionality and provide a simple event based topic/message interface to an MQTT broker.