Expand description
Wire framing for stream_v2.
Responsibilities:
- Define frame headers and records
- Encode frames into a canonical byte layout
- Decode frames with strict validation
Non-responsibilities:
- Cryptography
- Compression
- IO
- Parallelism
Re-exports§
pub use types::FrameHeader;pub use types::FrameView;pub use types::FrameType;pub use types::FrameError;