actix-mqtt-client 0.5.1

A MQTT client based on the actix framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
language: rust
rust:
  - stable
os:
  - linux
  - osx
  - windows
matrix:
  fast_finish: true
script:
  - cargo build