Skip to main content

Module processing

Module processing 

Source
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]

  1. Segmenter
  2. Reassembler
  3. Sequencer

Reassembler followed by a Sequencer is commonly called frame Reconstructor.

Modulesยง

reassembly ๐Ÿ”’
Contains the frame Reassembler: an inverse component to the Segmenter.
segmenter ๐Ÿ”’
This module defines a Segmenter adaptor for [futures::Sink].
sequencer ๐Ÿ”’
This module defines the Sequencer stream adaptor.
types ๐Ÿ”’
Types necessary for frame reconstruction and segmentation.