1 unstable release

0.1.0 Jul 8, 2024

#763 in Asynchronous

Download history 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 39/week @ 2024-11-02 16/week @ 2024-11-09 21/week @ 2024-11-16 17/week @ 2024-11-23 76/week @ 2024-11-30 83/week @ 2024-12-07 25/week @ 2024-12-14 19/week @ 2024-12-21

203 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