Expand description
Wire segmenting for stream_v2.
Responsibilities:
- Define segment headers and records
- Encode segments into a canonical byte layout
- Decode segments with strict validation
Non-responsibilities:
- Cryptography
- Compression
- IO
- Parallelism
Re-exports§
pub use types::SegmentHeader;pub use encode::encode_segment;pub use decode::decode_segment_header;pub use decode::decode_segment;