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.3"
tokio.rs serialport-rs