kioto-serial 0.1.0

Provide serial port I/O using tokio.
Documentation

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.