Module gix_odb::loose

source ·
Expand description

An object database storing each object in a zlib compressed file with its hash in the path

Modules

Structs

  • The type for an iterator over Result<gix_hash::ObjectId, Error>)
  • A database for reading and writing objects to disk, one file per object.