rust-mqtt icon indicating copy to clipboard operation
rust-mqtt copied to clipboard

A MQTT client in Rust

mqtt.rs

This is a client for the MQTT protocol written in Rust. It is not in any way complete, not even to an experimental level. Currently compiles for Rust 1.0.

Compiling is now just the standard Cargo process.

  • cargo build - compile just the library
  • cargo test - compile and run the tests