Module git_odb::data[][src]

Expand description

a pack data file

Modules

Contains a borrowed Object bound to a buffer holding its decompressed data.

Utilities to encode pack data entries and write them to a Write implementation to resemble a pack data file.

Structs

An representing an full- or delta-object within a pack

A pack data file

A borrowed object using a borrowed slice as backing buffer.

Enums

A return value of a resolve function, which given an ObjectId determines where an object can be found.

Supported versions of a pack data file

Type Definitions

A slice into a pack file denoting a pack entry.