Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 405 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 405 Bytes

mqttbytes

crates.io page docs.rs page

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

License: Apache-2.0