Expand description
Higher level wrapping over the structure in order to support reading hff files.
Structs§
- Chunk
Iter - Iterator over a table’s chunks.
- Chunk
View - A view to a chunk.
- Depth
First Iter - A depth first iterator over hff content.
- Hff
- The Hff structure data. This is an immutable representation of the content of an Hff stream.
- Inspection
- An inspection only type. Basically just an empty placeholder within the Hff which provides no further information about the content of the Hff.
- Table
Iter - An iterator over tables at a given level.
- Table
View - View of a table.
Traits§
- Iter
Data - Iteration data attached to the Hff for varying access needs.