Skip to main content

Module dump

Module dump 

Source
Expand description

Annotated binary dump of an MLT tile, for debugging the wire format.

annotate_tile walks a tile buffer into a DumpTree of Regions. render() formats that tree as an annotated hexdump.

Structs§

BitField
One sub-field of a bit-packed byte, e.g. a nibble of stream_type.
BlobInfo
Stream metadata attached to a RegionKind::DataBlob so the renderer can decode it.
DumpTree
The full annotation of a tile: a flat, depth-tagged region list.
Region
A single annotated span of the tile buffer.
RenderOpts
Rendering options for render.

Enums§

DataMode
How data-payload blobs are shown.
DecodeHint
How a RegionKind::DataBlob payload is decoded for display.
RegionKind
Whether a region is tile metadata or an opaque data payload.

Functions§

annotate_tile
Walk a whole tile buffer, producing an annotated DumpTree.
render
Render tree as an annotated hexdump. buf must be the buffer that was passed to super::annotate_tile.