Expand description
an index into the pack file
Modules§
Structs§
- Entry
- Represents an entry within a pack index file, effectively mapping object
IDs
to pack data file locations. - File
- A representation of a pack index file
Enums§
- Version
- The version of an index file
Type Aliases§
- Entry
Index - The type for referring to indices of an entry within the index file.
- Prefix
Lookup Result - A way to indicate if a lookup, despite successful, was ambiguous or yielded exactly one result in the particular index.