tokio-serial 4.3.3-tokio-0.2.0-alpha.2

A serial port implementation for tokio
docs.rs failed to build tokio-serial-4.3.3-tokio-0.2.0-alpha.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: tokio-serial-5.4.4

tokio-serial

An implementation of serialport I/O for Tokio, an async framework for rust.

crates.io docs.rs Build Status

Usage

Add tokio-serial to you Cargo.toml:

[dependencies]
tokio-serial = "3.3"

Resources

tokio.rs serialport-rs