mqtt-channel-client

Crates.iomqtt-channel-client
lib.rsmqtt-channel-client
version0.6.0
sourcesrc
created_at2022-11-19 11:26:58.208519
updated_at2023-09-12 11:53:22.831555
descriptionMQTT client that communicates over Tokio channels
homepagehttps://github.com/DanNixon/mqtt-channel-client-rs
repositoryhttps://github.com/DanNixon/mqtt-channel-client-rs
max_upload_size
id718452
size52,486
Dan Nixon (DanNixon)

documentation

README

mqtt-channel-client

CI Crates.io docs.rs dependency status

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.

Commit count: 19

cargo fmt