Crate rpos_drv

source ·
Expand description

RPOS Driver Infrastructure

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

Structs

Channel encode and decode message with protocol, and send and receive bytes via stream
And error type for rpos_drv::net module
A message send via channels
A ring byte buffer used to operate byte streams

Enums

Categories of errors that can occur when operating with rpos_drv::net module This list is intended to grow over time and it is not recommended to exhaustively match against it.

Traits

Protocol decoder
Protocol encoder

Type Definitions

A type for results generated by the rpos_drv::net module