Expand description
CDR encoder/decoder with alignment handling
Structs§
- CdrReader
- CDR reader for deserialization
- CdrWriter
- CDR writer for serialization.
- LeSlice
View - A borrowed, alignment-agnostic view over a CDR little-endian numeric
sequence (RFC-0033
borrowedmode). Borrows the raw payload bytes zero-copy; decodes elements lazily on access, so the source buffer need not beT-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.