This is a MQTTv5 codec written in Rust for tokio-codec
- MQTT version 5.0 codec
- QoS 0, 1, and 2
- All types of packets with properties and reason codes
Add MQTT Codec to your Cargo.toml
file as a dependency:
mqtt-codec = { git = "https://github.com/hyphent/mqtt-codec" }