rumqtt is an opensource set of libraries written in rust-lang to implement the MQTT standard while striving to be simple, robust and performant.
| Crate | Description | Version |
|---|---|---|
| rumqttc-v4 | MQTT 3.1.1 client | |
| rumqttc-v5 | MQTT 5 client |
Add the v4 client crate:
cargo add rumqttc-v4Add the v5 client crate:
cargo add rumqttc-v5For more details, see rumqttc-v4/README.md and rumqttc-v5/README.md.
- MQTT 3.1.1
- MQTT 5
Please follow the code of conduct while opening issues to report bugs or before you contribute fixes, and read our contributor guide.
This project is released under The Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0)
