From fdfd92f2f9520ac19dd914c3e4a3bf0c879253d7 Mon Sep 17 00:00:00 2001 From: Artem Holovskyi Date: Wed, 1 Jul 2026 12:21:52 +0300 Subject: [PATCH] Add mqtt-typed-client to Clients > Rust (#149) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8115aca..aa9cf94 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first ### Rust - [mqtt-rs](https://github.com/zonyitoo/mqtt-rs) - MQTT protocol library for Rust. +- [mqtt-typed-client](https://github.com/holovskyi/mqtt-typed-client) - Type-safe async MQTT client built on rumqttc, with derive macros for typed topics, automatic (de)serialization, and tree-based message routing. - [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.