<div align="center">
[](https://gitlab.com/cyloncore/mqtt-channel/-/pipelines?ref=stable)
[](https://gitlab.com/cyloncore/mqtt-channel/-/pipelines?ref=dev/1)
[](https://docs.rs/mqtt-channel)
[](https://crates.io/crates/mqtt-channel)
</div>
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.