Expand description
This module contains the three main parts for frame processing.
Each of them is represented using an adaptor
extension to [futures::Stream] or [futures::Sink]
- Segmenter
- Reassembler
- Sequencer
Reassembler followed by a Sequencer is commonly called frame Reconstructor.
Modulesยง
- reassembly ๐
- Contains the frame
Reassembler: an inverse component to theSegmenter. - segmenter ๐
- This module defines a
Segmenteradaptor for [futures::Sink]. - sequencer ๐
- This module defines the
Sequencerstream adaptor. - types ๐
- Types necessary for frame reconstruction and segmentation.