Introduction
A pure rust MQTT client which strives to be robust, efficient and easy to use. This library is backed by an async (using tokio) eventloop which enables users to send and receive MQTT messages in correspondence with a broker.
Features
- MQTT 3.1.1
- MQTT 5
Installation and Usage
Add rumqttc to your project using
cargo add rumqttc
for more information look at rumqttc's README