Crate hff_std

source ·
Expand description

Implements the basic reader/writer functionality for HFF.

Structs

  • Act as a ReadSeek IO object for purposes of having an entire HFF in memory at one time.

Traits

  • Extension to read metadata from a table.
  • Extension to read metadata from a table.
  • A wrapper trait with a blanket implementation for any type which supports both Read and Seek. The data source of the Hff must support this in order to retrieve metadata or chunk’s from the stream. If the stream is not Seek, either use the provided _full variation which will return the ChunkCache or otherwise store the entire file somewhere which can be accessed with Seek.
  • An extension to read in Hff files using std::io.
  • Helper trait for lazy writing.
  • Writer trait for HffDesc.