1 unstable release

0.1.0 Jul 8, 2024

#568 in Asynchronous

Download history 20/week @ 2024-07-20 24/week @ 2024-07-27 37/week @ 2024-08-03 1/week @ 2024-08-10 2/week @ 2024-08-24 2/week @ 2024-08-31 35/week @ 2024-09-07 10/week @ 2024-09-14 47/week @ 2024-09-21 8/week @ 2024-09-28 60/week @ 2024-10-05 15/week @ 2024-10-12 18/week @ 2024-10-19 36/week @ 2024-10-26 38/week @ 2024-11-02

137 downloads per month

MIT/Apache

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