tokio-serial
An implementation of serialport I/O for Tokio, an async framework for rust.
Usage
Add tokio-serial to you Cargo.toml:
[]
= "3.0"
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.0"
Then add this to your crate root:
extern crate tokio_serial;