[][src]Crate rpos_drv

RPOS Driver Infrastructure

rpos_drv is a collection of structs and traits to build drivers for RPOS.

Structs

Channel

Channel encode and decode message with protocol, and send and receive bytes via stream

Message

A message send via channels

RingByteBuffer

A ring byte buffer used to operate byte streams

Enums

Error

Traits

ProtocolDecoder

Protocol decoder

ProtocolEncoder

Protocol encoder

Type Definitions

Result