Expand description
HFF Core Contains the internal structure of HFF and basic serialization abilities.
Structs
- Specifies a chunk of data within the file.
- 8 character code.
- The file header.
- Semantic version. The ‘patch’ is u32 only because we want this structure to fit into 64 bits.
- A table entry in the file format. Tables are 48 bytes in length when stored.
Enums
- Runtime endianess values.
- Common error type.
Constants
- The runtime native endian.
- The runtime opposing endian.
Traits
- The byte order trait.
ByteOrderdescribes types that can serialize integers as bytes.
Type Aliases
- Big Endian.
- Little Endian.
- Native Endian.
- Opposing Endian.
- The standard result type used in the crate.