| Crates.io | proto-tower-mqtt |
| lib.rs | proto-tower-mqtt |
| version | 0.1.5 |
| created_at | 2025-01-29 20:04:08.039125+00 |
| updated_at | 2025-01-29 20:04:08.039125+00 |
| description | Tower implementation of the MQTT protocol |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1535291 |
| size | 2,194 |
This repository contains a Rust implementation of the MQTT protocol, designed for efficient and reliable message exchange in IoT and real-time communication systems. It supports MQTT's key features, including publish/subscribe messaging, topic filtering, and Quality of Service (QoS) levels, ensuring seamless data delivery. Built with performance and modularity in mind, it integrates easily into existing Rust projects.
[dependencies]
proto-mqtt = { git = "https://github.com/rapidrecast/proto-tower.git", subdir = "proto-mqtt" }