1 unstable release
0.1.0 | Jul 8, 2024 |
---|
#568 in Asynchronous
137 downloads per month
10KB
176 lines
Provide serial port I/O using tokio.
This crate provides an interface very similar to
tokio-serial
with a different
implementation. Ideally, it can serve as a drop-in replacement.
The implementation uses synchronous blocking I/O to the serial port and then wraps these with asynchronous channels.
Dependencies
~5–12MB
~126K SLoC