1 unstable release

0.1.0 Jul 8, 2024

#769 in Asynchronous

Download history 4/week @ 2024-08-26 36/week @ 2024-09-09 10/week @ 2024-09-16 48/week @ 2024-09-23 7/week @ 2024-09-30 63/week @ 2024-10-07 13/week @ 2024-10-14 30/week @ 2024-10-21 23/week @ 2024-10-28 41/week @ 2024-11-04 14/week @ 2024-11-11 37/week @ 2024-11-18 86/week @ 2024-12-02 77/week @ 2024-12-09

201 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–11MB
~126K SLoC