An MQTT 3.1.1 client written in Rust, using async functions and tokio.
# Cargo.toml
[dependencies]
mqtt-async-client = "0.3.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to an MQTT broker and publishes a message
Use #[tokio::main] or manually create a tokio runtime
No dependency data recorded yet.