Skip to main content

Module framed

Module framed 

Source
Expand description

Frame + coding pipeline (DatalinkWriter/DatalinkReader). Generic frame link channel.

Provides [DatalinkWriter] and [DatalinkReader] that compose a frame format ([FrameWrite]/[FrameRead]) with optional security ([SecurityProcessor]) and a coding pipeline ([CodingWrite]/[CodingRead]) into a single owned type.

Structs§

DatalinkReader
Owns a FrameRead, SecurityProcessor, and CodingRead, reading frames through coding → security removal → packet extraction.
DatalinkReaderBuilder
Use builder syntax to set the inputs and finish with build().
DatalinkWriter
Owns a FrameWrite, SecurityProcessor, and CodingWrite, accumulating packets into frames and flushing them through security → coding.
DatalinkWriterBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

DatalinkError
Errors that can occur during link channel operations.