Change readme for example
This commit is contained in:
parent
d9f9529219
commit
4845bb20aa
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rust-mqtt"
|
name = "rust-mqtt"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["Ondrej Babec <ond.babec@gmail.com>"]
|
authors = ["Ondrej Babec <ond.babec@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
|
@ -7,7 +7,7 @@ for MQTTv3 which is planned during year 2022.
|
||||||
|
|
||||||
## Async executors
|
## Async executors
|
||||||
For desktop usage I recommend using Tokio async executor and for embedded there is prepared wrapper for Drogue device
|
For desktop usage I recommend using Tokio async executor and for embedded there is prepared wrapper for Drogue device
|
||||||
framework in crate [examples](examples/drogue) crate.
|
framework in the Drogue-IoT project [examples](https://github.com/drogue-iot/drogue-device/tree/main/device/src/network/clients) mqtt module.
|
||||||
|
|
||||||
## Restrains
|
## Restrains
|
||||||
Client supports following:
|
Client supports following:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user