Expand description
Wire-format encoding and decoding for trace frames.
This module contains the low-level frame codec. Most users should use
Encoder and Decoder
instead. The types WireTypeId, PoolEntry, and PoolEntryRef are
re-exported here because they appear in the decoder’s public API.
Structs§
- Pool
Entry - An owned string pool entry.
- Pool
Entry Ref - Zero-copy pool entry borrowing from the input buffer.
- Wire
Type Id - Type ID as it appears on the wire (u16 in schema/event frame headers). Assigned sequentially by the encoder; the decoder reads them from the stream.