Module gix_pack::index

source ·
Expand description

an index into the pack file

Modules

Structs

  • Represents an entry within a pack index file, effectively mapping object IDs to pack data file locations.
  • A representation of a pack index file

Enums

  • The version of an index file

Type Aliases

  • The type for referring to indices of an entry within the index file.
  • A way to indicate if a lookup, despite successful, was ambiguous or yielded exactly one result in the particular index.