mqtt-bytes-v5 0.1.0

MQTT v5 serialization and deserialization
Documentation
1
2
3
4
5
6
7
8
9
10
11

# MQTT v5 serialization and deserialization

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

License: Apache-2.0
Based on ([rumqttc](https://github.com/bytebeamio/rumqtt))

# License

This project is released under The Apache License, Version 2.0 ([LICENSE](./LICENSE) or http://www.apache.org/licenses/LICENSE-2.0)