Crate hff_async_std
source ·Structs
- Implements a std reader wrapper around the source.
- Act as a ReadSeek IO object for purposes of having an entire HFF in memory at one time.
- A view to a chunk.
- 8 character code.
- The Hff structure data. This is an immutable representation of the content of an Hff stream.
- Description of hff and content.
- View of a table.
Traits
Functions
- Build a new chunk.
- Build the structure of the Hff content.
- Read the structure of a Hff into memory. Provides access only to the structure without any of the metadata or chunk data available.
- Opens the input and maintains it for random access to the metadata and chunks.
- Reads an entire Hff into memory.
- Start building a new table.
Type Aliases
- Native Endian.
- Opposing Endian.
- The standard result type used in the crate.