Skip to main content

Module cdr

Module cdr 

Source
Expand description

CDR encoder/decoder with alignment handling

Structs§

CdrReader
CDR reader for deserialization
CdrWriter
CDR writer for serialization.
LeSliceView
A borrowed, alignment-agnostic view over a CDR little-endian numeric sequence (RFC-0033 borrowed mode). Borrows the raw payload bytes zero-copy; decodes elements lazily on access, so the source buffer need not be T-aligned. Valid only for the borrow lifetime 'a (the subscription callback scope).

Traits§

LeDecode
A little-endian-decodable fixed-width numeric element of a borrowed sequence.