Module write

Source
Expand description

Higher level support for writing hff files.

Structs§

ChunkArray
After flattening a table, this is where the chunks will exist.
ChunkDesc
An intermediate chunk description.
DataArray
Storage of data sources for writing the hff content.
HffDesc
Description of hff and content.
TableArray
The table array to be written.
TableBuilder
Builder for tables.
TableDesc
Description of a table.

Enums§

DataSource
The source of data for given metadata or chunk.

Functions§

chunk
Build a new chunk.
hff
Build the structure of the Hff content.
table
Start building a new table.