A MQTT client in Rust
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src
tests
.gitignore
Cargo.toml
Readme.md

Readme.md

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