From 26182f7f620d57547ffba2449f56b84c04d88238 Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Fri, 24 Mar 2017 22:33:19 +0100 Subject: [PATCH] add mqtt-rs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e882356..2e3b9bd 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [mqtt_client_cpp](https://github.com/redboltz/mqtt_client_cpp) - MQTT client for C++14 based on Boost.Asio * [mqtt_lua](http://geekscape.github.io/mqtt_lua/) - MQTT Client library for the Lua language. * [MQTT.js](https://github.com/mqttjs) - MQTT client for Node.js. +* [mqtt-rs](https://github.com/zonyitoo/mqtt-rs) - MQTT protocol library for Rust. * [Paho](http://www.eclipse.org/paho/) - open-source client implementations (C/C++, Java, Python, Javascript, Go, C#). * [pubsubclient](https://github.com/knolleary/pubsubclient) - A client library for the Arduino Ethernet Shield that provides support for MQTT. * [ruby-mqtt](https://github.com/njh/ruby-mqtt) - Pure Ruby gem that implements the MQTT protocol.