Module blob

Source
Expand description

Represents git object type ‘blob’, i.e. actual file contents. See git doc for more details.

Structs§

Blob
Represents a git blob object.
BlobRef
Represents a blob with borrowed content bytes.