Crates.io | proto-tower-mqtt |
lib.rs | proto-tower-mqtt |
version | |
source | src |
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 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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" }