git-object 0.12.0

Immutable and mutable git objects with decoding and encoding support
Documentation

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