Module git_object::borrowed[][src]

Borrowed objects are read-only structures referencing most data from a byte slice.

Borrowed objects are expected to be deserialized from bytes that acts as backing store, and they cannot be mutated or serialized. Instead, one will convert them into their owned counterparts which support mutation and serialization.

Re-exports

pub use tree::Tree;

Modules

tree

Structs

Blob

A chunk of any data.

Commit

A git commit parsed using from_bytes().

Signature

A signature is created by an actor at a certain time.

Tag

Represents a git tag, commonly indicating a software release.

Enums

Error

An error returned by various Commit and Signature methods.

Object

A borrowed object representing Trees, Blobs, Commits, or Tags.