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§
- Datalink
Reader - Owns a
FrameRead,SecurityProcessor, andCodingRead, reading frames through coding → security removal → packet extraction. - Datalink
Reader Builder - Use builder syntax to set the inputs and finish with
build(). - Datalink
Writer - Owns a
FrameWrite,SecurityProcessor, andCodingWrite, accumulating packets into frames and flushing them through security → coding. - Datalink
Writer Builder - Use builder syntax to set the inputs and finish with
build().
Enums§
- Datalink
Error - Errors that can occur during link channel operations.