mqtt-format 0.2.0

A pure Rust MQTT packet parser and serializer
Documentation
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.