Crate serial_core

Source
Expand description

Core types shared by serial port implementations and users.

Modules§

disconnected
Disconnected serial backend implementation.
resources
Serial resources, for use with [vm_resource].
serial_io
Types to help in the implementation and use SerialIo.

Traits§

SerialIo
Trait for types providing serial IO.