rust-mqtt/tests
Ulf Lilleengen 03546536b2
Use traits from embedded-io (#19)
* Use embedded-io and embedded-nal-async

Rather than rolling it's own trait implementations, make use of the
traits from embedded-io for connection read/write and embedded-nal-async
for connection close.

Remove NetworkConnectionFactory abstraction. If needed, the TcpClient
abstraction from e-n-a can be used.

* Remove unneeded tokio feature
2022-06-20 09:55:33 +02:00
..
integration_test_single.rs Use traits from embedded-io (#19) 2022-06-20 09:55:33 +02:00
load_test.rs Use traits from embedded-io (#19) 2022-06-20 09:55:33 +02:00