Module read

Module read 

Source
Expand description

Higher level wrapping over the structure in order to support reading hff files.

Structs§

ChunkIter
Iterator over a table’s chunks.
ChunkView
A view to a chunk.
DepthFirstIter
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.
TableIter
An iterator over tables at a given level.
TableView
View of a table.

Traits§

IterData
Iteration data attached to the Hff for varying access needs.