# 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 (no_std) crate with the ability to assemble and disassemble MQTT 3.1.1 packets and is used by both client and broker. Uses 'bytes' crate internally License: MIT