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

https://github.com/bschwind/mqtt

An exercise in learning rust by implementing an MQTT broker
https://github.com/bschwind/mqtt

Last synced: about 2 months ago
JSON representation

An exercise in learning rust by implementing an MQTT broker

Awesome Lists containing this project

README

          

# mqtt
An exercise in learning rust by implementing an MQTT broker. This is super not ready for anything yet. I'm still learning the best ways to organize async code in Rust, and checking out Nom as a parser.

Dependencies
------------

* [Rust](https://www.rustup.rs/)
* [Cargo](https://crates.io/)

Build
-----

```
cargo build
```

Run
---

```
cargo run
```

Test
----

```
cargo test
```