Module framed

Module framed 

Source
Expand description

Framed I/O operations.

This module provides functionality for encoding and decoding frames for network protocols and other stream-based communication.

Modules§

codec
Traits and implementations for encoding/decoding structured types to/from bytes.
frame
Traits and implementations for frame extraction and enclosing

Structs§

Framed
A framed encoder/decoder that handles both [Sink] for writing frames and [Stream] for reading frames.

Type Aliases§

SymmetricFramed
Framed with same In ([Sink]) and Out ([Stream::Item]) type