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. - Blob
Info - Stream metadata attached to a
RegionKind::DataBlobso the renderer can decode it. - Dump
Tree - The full annotation of a tile: a flat, depth-tagged region list.
- Region
- A single annotated span of the tile buffer.
- Render
Opts - Rendering options for
render.
Enums§
- Data
Mode - How data-payload blobs are shown.
- Decode
Hint - How a
RegionKind::DataBlobpayload is decoded for display. - Region
Kind - 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
treeas an annotated hexdump.bufmust be the buffer that was passed tosuper::annotate_tile.