Module framed
Available on crate feature
io only.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
Sinkfor writing frames andStreamfor reading frames.
Type Aliases§
- Symmetric
Framed Framedwith same In (Sink) and Out (Stream::Item) type