Crate git_object[][src]

Expand description

This crate provides types for read-only git objects backed by bytes provided in git’s serialization format as well as mutable versions of these. The latter can be serialized into git’s serialization format for objects.

Re-exports

pub use bstr;

Modules

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

Mutable objects with each field being separately allocated and changeable.

Enums

The Error used in Kind::from_bytes().

The four types of objects that git differentiates.