An implementation of serialport I/O for Tokio
Note: At the moment this is unix only. No windows COM port yet.
Add tokio-serial to you Cargo.toml:
tokio-serial
Cargo.toml
[dependencies] tokio-serial = "0.6"
Then add this to your crate root:
extern crate tokio_serial;