keith923 / tokio-serial

A serial port implementation for tokio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tokio-serial

An implementation of serialport I/O for Tokio

crates.io docs.rs Build Status

Note: At the moment this is unix only. No windows COM port yet.

Usage

Add tokio-serial to you Cargo.toml:

[dependencies]
tokio-serial = "0.6"

Then add this to your crate root:

extern crate tokio_serial;

About

A serial port implementation for tokio

License:MIT License


Languages

Language:Rust 83.1%Language:Shell 13.1%Language:PowerShell 3.8%