rumqttc-next
rumqttc-next is the default MQTT 5 client crate in the rumqtt family.
It is a facade over rumqttc-v5-next and re-exports that crate's public API unchanged.
Scope
- Use
rumqttc-nextwhen you want the current MQTT 5 client under the traditionalrumqttcAPI surface. - Use
rumqttc-v5-nextwhen you want the explicit protocol-scoped package name. - Use
rumqttc-v4-nextwhen you need MQTT 3.1.1 instead of MQTT 5.
Installation
Features
This crate forwards the MQTT 5 client features from rumqttc-v5-next, including:
use-rustls/use-rustls-no-provider/use-rustls-aws-lc/use-rustls-ringuse-native-tlswebsocketproxyauth-scramurl
See the rumqttc-v5-next documentation for the full API and examples.