An implementation of serialport I/O for Tokio, an async framework for rust.
Add tokio-serial
to you Cargo.toml
:
[dependencies]
tokio-serial = "3.2"
Then add this to your crate root:
extern crate tokio_serial;
An implementation of serialport I/O for Tokio, an async framework for rust.
Add tokio-serial
to you Cargo.toml
:
[dependencies]
tokio-serial = "3.2"
Then add this to your crate root:
extern crate tokio_serial;