mqtt5-protocol
MQTT v5.0 protocol implementation - packets, encoding, and validation.
Usage
use *;
use *;
let connect = new;
let bytes = connect.encode?;
let packet = decode?;
This crate is used by mqtt5 and mqtt5-wasm for their client and broker implementations.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.