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