Module data

Source
Expand description

a pack data file

Modules§

decode
entry
header
init
inputstreaming-input
outputgenerate
Utilities to encode pack data entries and write them to a Write implementation to resemble a pack data file.
verify

Structs§

Entry
An representing an full- or delta-object within a pack
File
A pack data file

Enums§

Version
Supported versions of a pack data file

Type Aliases§

EntryRange
A slice into a pack file denoting a pack entry.
Header
The bytes used as header in a pack data file.
Id
An identifier to uniquely identify all packs loaded within a known context or namespace.
Offset
The offset to an entry into the pack data file, relative to its beginning.