An implementation of serialport I/O for Tokio, an async framework for rust.
This crate is no longer actively maintained (see #40) and is open for adoption. Create an issue if interested.
Add tokio-serial
to you Cargo.toml
:
[dependencies]
tokio-serial = "5.4.0-beta1"