mqtt-service
This crate provides a convenient support for the MQTT Response-Pattern. It uses the rumqttc library to connect to the MQTT broker.
Note: this crate is feature complete, and few changes are expected.
How to use
let connection = new;
let r = connection.call_service;
let res = block_on;
println!;