1 unstable release

0.1.0 Jul 8, 2024

#514 in Asynchronous

33 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–7MB
~125K SLoC