From 2eeca63357b4b4ae3e5a5ee5bdcfb46e34e6b7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabr=C3=ADcio=20Bracht?= Date: Wed, 1 Apr 2026 16:44:31 -0700 Subject: [PATCH] Add mqtt5 to Rust Clients (#136) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6d4f04..a0ebb7b 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first - [mqtt-rs](https://github.com/zonyitoo/mqtt-rs) - MQTT protocol library for Rust. - [rumqtt](https://github.com/AtherEnergy/rumqtt) - A fast, lock free pure Rust MQTT client. +- [mqtt5](https://github.com/LabOverWire/mqtt-lib) - Complete async MQTT v5.0 client and broker library for Rust with TCP, TLS, WebSocket, and QUIC support. ### Swift