rmq 0.0.0

A pure Rust MQTT client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rmq"
version = "0.0.0"
authors = ["Richard Berry <rjsberry@pm.me>"]
license = "MIT/Apache-2.0"
description = "A pure Rust MQTT client"
repository = "https://github.com/rjsberry/rmq"
keywords = ["mqtt"]
categories = ["network-programming"]
include = ["Cargo.toml", "src/**/*.rs", "LICENSE-APACHE", "LICENSE-MIT"]
edition = "2018"

[dependencies]