async-serial 0.2.0

Lightweight async serial port adapter for async-io + serialport
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "async-serial"
version = "0.2.0"
edition = "2024"
description = "Lightweight async serial port adapter for async-io + serialport"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ZXY595/async-serial"
keywords = ["serialport", "async", "serial-port", "async-io"]
categories = ["asynchronous", "hardware-support"]

[dependencies]
async-io = "2.6.0"
serialport = "4.9.0"