Crate mio_serial [−] [src]
Binding for serial port and mio
This crate provides bindings between serial-rs
and mio
.
The APIs and bindings in this crate are somewhat similar to the mio-uds
crate.
Reexports
pub use serial::{PortSettings, BaudRate, CharSize, Parity, StopBits, FlowControl}; |
Structs
SerialPort |
A serial port for |