git-object 0.5.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 gits serialization format as well as [mutable versions][owned::Object] of these. The latter can be serialized into gits serialization format for objects.