mqttbytes 0.2.0

MQTT 4/5 serialization and deserialization
Documentation
1
2
3
4
5
6
7
8
9
# mqtt4bytes

[![crates.io page](https://img.shields.io/crates/v/mqtt4bytes.svg)](https://crates.io/crates/mqtt4bytes)
[![docs.rs page](https://docs.rs/mqtt4bytes/badge.svg)](https://docs.rs/mqtt4bytes)

This is a low level crate with the ability to assemble and disassemble MQTT 3.1.1/5
packets and is used by both client and broker. Uses 'bytes' crate internally

License: Apache-2.0