summaryrefslogtreecommitdiffstats
path: root/mqtt-format/README.md
blob: b2735ce17e12fbe3c447e0b825f9b3435ee942a7 (plain)
1
2
3
4
5
6
7
8
9
# 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`](https://docs.rs/yoke/latest/yoke/) library,
which can be enabled with the `yoke` feature.