| Crates.io | mqtt-format |
| lib.rs | mqtt-format |
| version | 0.4.0 |
| created_at | 2022-07-06 10:20:34.749826+00 |
| updated_at | 2023-01-23 08:08:40.597693+00 |
| description | A pure Rust MQTT packet parser and serializer |
| homepage | |
| repository | https://github.com/TheNeikos/cloudmqtt |
| max_upload_size | |
| id | 620385 |
| size | 58,506 |
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.