1 unstable release
new 0.1.5 | Jan 29, 2025 |
---|
#3 in #qos
Used in proto-tower
3KB
Proto-MQTT
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.
Adding dependency to project
[dependencies]
proto-mqtt = { git = "https://github.com/rapidrecast/proto-tower.git", subdir = "proto-mqtt" }