mqtt-proto 0.3.0

MQTT v3.1/v3.1.1/v5.0 protocol sync/async codec.
Documentation
1
2
3
4
5
6
7
8
9
10
# mqtt-proto
MQTT encoding/decoding library

## TODO
- [ ] Benchmark (mqttrs, mqtt_v5, mqtt-protocol)
- [ ] Add examples
- [ ] Example code in Rust Doc and README.md
- [ ] Support `no_std`
- [ ] Support `tokio_io::AsyncRead`
- [ ] Support select MQTT version by `features`