An open API service indexing awesome lists of open source software.

https://github.com/tkellogg/rust-mqtt

A MQTT client in Rust
https://github.com/tkellogg/rust-mqtt

Last synced: about 1 year ago
JSON representation

A MQTT client in Rust

Awesome Lists containing this project

README

          

mqtt.rs
=======

This is a client for the [MQTT protocol][1] 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

[1]: http://mqtt.org/