git-object 0.7.0

Borrowed and owned git objects with deserialization and serialization support
Documentation

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