proto-tower-mqtt

Crates.ioproto-tower-mqtt
lib.rsproto-tower-mqtt
version
sourcesrc
created_at2025-01-29 20:04:08.039125+00
updated_at2025-01-29 20:04:08.039125+00
descriptionTower implementation of the MQTT protocol
homepage
repository
max_upload_size
id1535291
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`
size0
Przemyslaw Hugh Kaznowski (phughk)

documentation

README

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" }
Commit count: 0

cargo fmt