Skip to main content

Crate moqtap_trace

Crate moqtap_trace 

Source
Expand description

MoQT session tracing — .moqtrace file format.

Implements the .moqtrace binary format specification for recording and replaying MoQT protocol sessions.

The format uses CBOR encoding and is designed to be streamable, compact, and cross-language compatible.

§Modules

§Re-exports

ciborium::Value is re-exported so consumers can build opaque CBOR values (e.g. for the control message "msg" field) without depending on ciborium directly.

Modules§

error
Trace error types.
event
Trace event types.
header
Trace file header types.
reader
Streaming .moqtrace reader.
writer
Streaming .moqtrace writer.

Enums§

Value
Re-export of ciborium::Value for building opaque CBOR values. A representation of a dynamic CBOR value that can handled dynamically