[][src]Module git_odb::loose

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

Modules

db
object

Structs

Db

A database for reading and writing objects to disk, one file per object.

Object

A representation of a loose object on disk, which is fully or partially read into memory