mqtt-format

Crates.iomqtt-format
lib.rsmqtt-format
version0.4.0
created_at2022-07-06 10:20:34.749826+00
updated_at2023-01-23 08:08:40.597693+00
descriptionA pure Rust MQTT packet parser and serializer
homepage
repositoryhttps://github.com/TheNeikos/cloudmqtt
max_upload_size
id620385
size58,506
Marcel Müller (TheNeikos)

documentation

README

MQTT Format

A pure Rust MQTT packet parsing/serializing library

mqtt_format allows users to get zero-copy and fast parsing and serializing of MQTT packets. Both v3 and v5 is supported.

This crate supports the yoke library, which can be enabled with the yoke feature.

Commit count: 1244

cargo fmt