Skip to main content

Module blob

Module blob 

Source

Modules§

constants 🔒
packer 🔒
tree 🔒

Structs§

Blob 🔒
A Blob is a file that is stored in the backend.
BlobId
An Id identifying a “blob”
BlobLocation
BlobLocation contains information about a blob within a pack
BlobLocations
DataId
An Id identifying a concat! (“blob of type”, stringify! (BlobType::Data))

Enums§

BlobType
The type a blob or a packfile can have

Constants§

ALL_BLOB_TYPES
All BlobTypes which are supported by the repository

Traits§

Initialize
Initialize is a new trait to define the method init() for a BlobTypeMap
PackedId
A marker trait for Ids which identify Blobs in pack files

Type Aliases§

BlobTypeMap