Module git_odb::loose[][src]

Expand description

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

Modules

Structs

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

Type Definitions

The type for an iterator over Result<git_hash::ObjectId, Error>)