MQTT libraries in rust which strives to be simple, robust and performant
- mqttbytes: MQTT 3.1.1/5 serialization and deserialization
- rumqttc: A high level, easy to use mqtt client
- rumqttd: A high performance, embeddable, clustered MQTT broker
See respective folders for more details
Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0)